Skip to content

Latest commit

 

History

History
115 lines (90 loc) · 3.11 KB

nf-wmcontainer-imfdrmnethelper-processlicenserequest.md

File metadata and controls

115 lines (90 loc) · 3.11 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:wmcontainer.IMFDRMNetHelper.ProcessLicenseRequest
IMFDRMNetHelper::ProcessLicenseRequest (wmcontainer.h)
Gets the license response for the specified request.
IMFDRMNetHelper interface [Media Foundation]
ProcessLicenseRequest method
IMFDRMNetHelper.ProcessLicenseRequest
IMFDRMNetHelper::ProcessLicenseRequest
ProcessLicenseRequest
ProcessLicenseRequest method [Media Foundation]
ProcessLicenseRequest method [Media Foundation]
IMFDRMNetHelper interface
mf.imfdrmnethelper_processlicenserequest
wmcontainer/IMFDRMNetHelper::ProcessLicenseRequest
mf\imfdrmnethelper_processlicenserequest.htm
mf
e60f9831-f59d-46ff-b685-b26d6484a70d
12/05/2018
IMFDRMNetHelper interface [Media Foundation],ProcessLicenseRequest method, IMFDRMNetHelper.ProcessLicenseRequest, IMFDRMNetHelper::ProcessLicenseRequest, ProcessLicenseRequest, ProcessLicenseRequest method [Media Foundation], ProcessLicenseRequest method [Media Foundation],IMFDRMNetHelper interface, mf.imfdrmnethelper_processlicenserequest, wmcontainer/IMFDRMNetHelper::ProcessLicenseRequest
wmcontainer.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
19H1
IMFDRMNetHelper::ProcessLicenseRequest
wmcontainer/IMFDRMNetHelper::ProcessLicenseRequest
c++
APIRef
kbSyntax
COM
wmcontainer.h
IMFDRMNetHelper.ProcessLicenseRequest

IMFDRMNetHelper::ProcessLicenseRequest

-description

Gets the license response for the specified request.

-parameters

-param pLicenseRequest [in]

Pointer to a byte array that contains the license request.

-param cbLicenseRequest [in]

Size, in bytes, of the license request.

-param ppLicenseResponse [out]

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

-param pcbLicenseResponse [out]

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

-param pbstrKID [out]

Receives the key identifier. The caller must release the string by calling SysFreeString.

-returns

The function returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.
MF_E_SHUTDOWN
The media sink was shut down.

-see-also

IMFDRMNetHelper