IWMDRMDevice::SetLicenseResponse
The SetLicenseResponse method sets the license response.
Syntax
HRESULT SetLicenseResponse(BYTE*pbResponse,DWORDcbResponse);
Parameters
pbResponse
[in] Specifies the response to be set.
cbResponse
[in] Size of the response, in bytes.
Return Values
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
S_OK | The method succeeded. |
Requirements
Header: Defined in WMDDRMSP.idl.
Library: mssachlp.lib
See Also