IMSVidCtl::get__OutputsAvailable method (msvidctl.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

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

This method is currently not supported.

Syntax

HRESULT get__OutputsAvailable(
  [in]  LPCGUID             CategoryGuid,
  [out] IMSVidOutputDevices **pVal
);

Parameters

[in] CategoryGuid

Pointer to a GUID that specifies the category to enumerate.

[out] pVal

Receives an IMSVidOutputDevices interface pointer. The caller must release the interface.

Return value

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

To obtain the available renderers, use the get_AudioRenderersAvailable and get_VideoRenderersAvailable methods.

Requirements

   
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header msvidctl.h

See also

IMSVidCtl Interface