IMFContentEnabler::GetEnableData method
Retrieves the data for a manual content enabling action.
Syntax
HRESULT GetEnableData( [out] BYTE **ppbData, [out] DWORD *pcbData );
Parameters
- ppbData [out]
-
Receives a pointer to a buffer that contains the data. The caller must free the buffer by calling CoTaskMemFree.
- pcbData [out]
-
Receives the size of the ppbData buffer.
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. |
|
No data is available. |
Remarks
The purpose of the data depends on the content enabler type, which is obtained by calling IMFContentEnabler::GetEnableType.
Enable type | Purpose of data |
---|---|
Individualization | Not applicable. |
License acquisition | HTTP POST data. |
Revocation | MFRR_COMPONENTS structure. |
Requirements
Minimum supported client |
Windows Vista [desktop apps | UWP apps] |
---|---|
Minimum supported server |
Windows Server 2008 [desktop apps | UWP apps] |
Header |
|
Library |
|
See also
Show: