IMFDRMNetHelper::GetChainedLicenseResponse method (wmcontainer.h)

Not implemented in this release.

Syntax

HRESULT GetChainedLicenseResponse(
  [out] BYTE  **ppLicenseResponse,
  [out] DWORD *pcbLicenseResponse
);

Parameters

[out] ppLicenseResponse

Receives a pointer to a byte array that contains the license response. The caller must free the array by calling CoTaskMemFree.

[out] pcbLicenseResponse

Receives the size, in bytes, of the license response.

Return value

The method returns E_NOTIMPL.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header wmcontainer.h

See also

IMFDRMNetHelper