Skip to content

Latest commit

 

History

History
95 lines (53 loc) · 1.73 KB

iwmdrmdevice-setlicenseresponse.md

File metadata and controls

95 lines (53 loc) · 1.73 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
IWMDRMDevice SetLicenseResponse method
The SetLicenseResponse method sets the license response.
1ef3ba9d-d14c-4a20-92d6-0bcb604fd9e2
SetLicenseResponse method windows Media Device Manager
SetLicenseResponse method windows Media Device Manager , IWMDRMDevice interface
IWMDRMDevice interface windows Media Device Manager , SetLicenseResponse method
apiref
IWMDRMDevice.SetLicenseResponse
mssachlp.lib
mssachlp.dll
COM
reference
05/31/2018

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