IMFMediaSession::GetSessionCapabilities method
Retrieves the capabilities of the Media Session, based on the current presentation.
Syntax
HRESULT GetSessionCapabilities( [out] DWORD *pdwCaps );
Parameters
- pdwCaps [out]
-
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
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
See also
Show: