Partager via


MÉTHODE IMFDRMNetHelper::GetChainedLicenseResponse (wmcontainer.h)

Non implémenté dans cette version.

Syntaxe

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

Paramètres

[out] ppLicenseResponse

Reçoit un pointeur vers un tableau d’octets qui contient la réponse de licence. L’appelant doit libérer le tableau en appelant CoTaskMemFree.

[out] pcbLicenseResponse

Reçoit la taille, en octets, de la réponse de licence.

Valeur retournée

La méthode retourne E_NOTIMPL.

Spécifications

   
Client minimal pris en charge Windows 7 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 R2 [applications de bureau uniquement]
Plateforme cible Windows
En-tête wmcontainer.h

Voir aussi

IMFDRMNetHelper