Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The get_OutputsActive method retrieves the output devices that are currently active.
This method is currently not supported.
Syntax
HRESULT get_OutputsActive(
IMSVidOutputDevices** ppVal
);
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.
Remarks
To obtain the active renderers, use the get_AudioRendererActive and get_VideoRendererActive methods.
See Also