Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows�XP [desktop apps only] |
| Minimum supported server | None supported |
| Target Platform | Windows |
| Header | msvidctl.h |