Microsoft DirectX 9.0

IMSVidCtl::get_OutputsAvailable

This topic applies to Windows XP only.

The get_OutputsAvailable method retrieves the output devices that are available in a specified category.

Syntax

HRESULT get_OutputsAvailable(
  BSTR  CategoryGuid,
  IMSVidOutputDevices**  ppVal
);

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.

See Also