Fonction CertAddRefServerOcspResponseContext (wincrypt.h)

La fonction CertAddRefServerOcspResponseContext incrémente le nombre de références pour une structure CERT_SERVER_OCSP_RESPONSE_CONTEXT .

Syntaxe

void CertAddRefServerOcspResponseContext(
  [in] PCCERT_SERVER_OCSP_RESPONSE_CONTEXT pServerOcspResponseContext
);

Paramètres

[in] pServerOcspResponseContext

Pointeur vers un CERT_SERVER_OCSP_RESPONSE_CONTEXT retourné par CertGetServerOcspResponseContext.

Valeur de retour

None

Remarques

Chaque appel à CertGetServerOcspResponseContext et CertAddRefServerOcspResponseContext nécessite un appel correspondant à CertFreeServerOcspResponseContext.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows Vista [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 [applications de bureau uniquement]
Plateforme cible Windows
En-tête wincrypt.h
Bibliothèque Crypt32.lib
DLL Crypt32.dll