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