Fonction CertFreeServerOcspResponseContext (wincrypt.h)
La fonction CertFreeServerOcspResponseContext décrémente le nombre de références pour une structure CERT_SERVER_OCSP_RESPONSE_CONTEXT . Si le nombre de références devient égal à zéro, la mémoire allouée pour la structure est libérée.
Syntaxe
void CertFreeServerOcspResponseContext(
[in] PCCERT_SERVER_OCSP_RESPONSE_CONTEXT pServerOcspResponseContext
);
Paramètres
[in] pServerOcspResponseContext
Pointeur vers une structure CERT_SERVER_OCSP_RESPONSE_CONTEXT qui contient une valeur retournée par la fonction CertGetServerOcspResponseContext .
Valeur de retour
None
Configuration requise
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 |