Função CertFreeServerOcspResponseContext (wincrypt.h)
A função CertFreeServerOcspResponseContext diminui a contagem de referência para uma estrutura CERT_SERVER_OCSP_RESPONSE_CONTEXT . Se a contagem de referência se tornar zero, a memória alocada para a estrutura será liberada.
Sintaxe
void CertFreeServerOcspResponseContext(
[in] PCCERT_SERVER_OCSP_RESPONSE_CONTEXT pServerOcspResponseContext
);
Parâmetros
[in] pServerOcspResponseContext
Um ponteiro para uma estrutura CERT_SERVER_OCSP_RESPONSE_CONTEXT que contém um valor retornado pela função CertGetServerOcspResponseContext .
Valor retornado
Nenhum
Requisitos
Cliente mínimo com suporte | Windows Vista [somente aplicativos da área de trabalho] |
Servidor mínimo com suporte | Windows Server 2008 [somente aplicativos da área de trabalho] |
Plataforma de Destino | Windows |
Cabeçalho | wincrypt.h |
Biblioteca | Crypt32.lib |
DLL | Crypt32.dll |