Previous | Next |
The GetStreamCount method retrieves the number of streams in a profile.
Syntax
HRESULT GetStreamCount(
DWORD* pcStreams
);
Parameters
pcStreams
[out] Pointer to a count of streams.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Return code | Meaning |
E_INVALIDARG | The pcStreams parameter is NULL. |
See Also
Previous | Next |