Share via


IMSVidCtl::get__OutputsAvailable Method

This topic applies to Windows XP or later.
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 **ppVal
);

Parameters

  • CategoryGuid [in]
    Pointer to a GUID that specifies the category to enumerate.

  • ppVal [out]
    Address of a variable that receives an IMSVidOutputDevices interface pointer.

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

Header Declared in Dshow.h.
DLL Requires Quartz.dll.

See Also

IMSVidCtl Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008