Microsoft DirectX 9.0 |
The get_ProgramNumber method returns the program number for this substream.
Syntax
HRESULT get_ProgramNumber(
long* pProgramNumber
);
Parameters
pProgramNumber
[out] Pointer to a variable that receives the program number.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
See Also