IWMDRMDevice::SetLicenseResponse method

The SetLicenseResponse method sets the license response.

Syntax

HRESULT SetLicenseResponse(
  [in] BYTE  *pbResponse,
  [in] DWORD cbResponse
);

Parameters

pbResponse [in]

Specifies the response to be set.

cbResponse [in]

Size of the response, in bytes.

Return value

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

Requirement Value
Header
WMDDRMSP.idl
Library
Mssachlp.lib

See also

IWMDRMDevice Interface