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.
Syntax
HRESULT get_OutputsAvailable(
[in] BSTR CategoryGuid,
[out] IMSVidOutputDevices **pVal
);
Parameters
[in] CategoryGuid
BSTR that specifies the GUID of 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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows�XP [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | msvidctl.h |