![]() |
| Previous | Next |
The GetManualStreamSelection method retrieves a flag indicating whether manual stream selection has been specified.
Syntax
HRESULT GetManualStreamSelection(
BOOL* pfSelection
);
Parameters
pfSelection
[out] Pointer to a flag indicating selection.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
| Return code | Meaning |
| E_POINTER | The pfSelection parameter is NULL. |
See Also
| Previous | Next |