IMSVidCtl::get_OutputsActive
Microsoft DirectShow 9.0 |
IMSVidCtl::get_OutputsActive
This topic applies to Windows XP or later.
The get_OutputsActive method retrieves the output devices that are currently active.
Syntax
HRESULT get_OutputsActive( IMSVidOutputDevices** pVal );
Parameters
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