Microsoft DirectX 9.0

IMSVidCtl::get_OutputsActive

This topic applies to Windows XP only.

The get_OutputsActive method retrieves the output devices that are currently active.

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.

See Also