IMFMediaSession::GetSessionCapabilities method (mfidl.h)
Retrieves the capabilities of the Media Session, based on the current presentation.
Syntax
HRESULT GetSessionCapabilities(
[out] DWORD *pdwCaps
);
Parameters
[out] pdwCaps
Receives a bitwise OR of zero or more of the following flags.
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. |
|
NULL pointer argument. |
|
The Media Session has been shut down. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | mfidl.h |
Library | Mfuuid.lib |