CertFreeServerOcspResponseContext 함수(wincrypt.h)
CertFreeServerOcspResponseContext 함수는 CERT_SERVER_OCSP_RESPONSE_CONTEXT 구조체에 대한 참조 수를 감소합니다. 참조 수가 0이 되면 구조에 할당된 메모리가 해제됩니다.
구문
void CertFreeServerOcspResponseContext(
[in] PCCERT_SERVER_OCSP_RESPONSE_CONTEXT pServerOcspResponseContext
);
매개 변수
[in] pServerOcspResponseContext
CertGetServerOcspResponseContext 함수에서 반환하는 값을 포함하는 CERT_SERVER_OCSP_RESPONSE_CONTEXT 구조체에 대한 포인터입니다.
반환 값
없음
요구 사항
지원되는 최소 클라이언트 | Windows Vista [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2008 [데스크톱 앱만 해당] |
대상 플랫폼 | Windows |
헤더 | wincrypt.h |
라이브러리 | Crypt32.lib |
DLL | Crypt32.dll |