Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Retrieves the manual output override selection that is set for a stream.
Syntax
HRESULT GetOutputOverride(
[in] DWORD dwOutputNum,
[out] ASF_SELECTION_STATUS *pSelection
);
Parameters
[in] dwOutputNum
Stream number for which to retrieve the output override selection.
[out] pSelection
Receives the output override selection. The value is a member of the ASF_SELECTION_STATUS enumeration.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Return code | Description |
|---|---|
|
The method succeeded. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Target Platform | Windows |
| Header | wmcontainer.h |
| Library | Mfuuid.lib |