Funzione CertFreeServerOcspResponseContext (wincrypt.h)
La funzione CertFreeServerOcspResponseContext decrementa il conteggio dei riferimenti per una struttura CERT_SERVER_OCSP_RESPONSE_CONTEXT . Se il conteggio dei riferimenti diventa zero, viene rilasciata la memoria allocata per la struttura.
void CertFreeServerOcspResponseContext(
[in] PCCERT_SERVER_OCSP_RESPONSE_CONTEXT pServerOcspResponseContext
);
[in] pServerOcspResponseContext
Puntatore a una struttura CERT_SERVER_OCSP_RESPONSE_CONTEXT che contiene un valore restituito dalla funzione CertGetServerOcspResponseContext .
nessuno
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | wincrypt.h |
Libreria | Crypt32.lib |
DLL | Crypt32.dll |