IMSVidCtl::get_OutputsAvailable
Microsoft DirectShow 9.0 |
IMSVidCtl::get_OutputsAvailable
This topic applies to Windows XP or later.
The get_OutputsAvailable method retrieves the output devices that are available in a specified category.
Syntax
HRESULT get_OutputsAvailable( BSTR CategoryGuid , IMSVidOutputDevices** pVal );
Parameters
CategoryGuid
[in] BSTR that specifies the GUID of the category to enumerate
ppVal
[out] Address of a variable that receives an IMSVidOutputDevices interface pointer.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also