CertAddRefServerOcspResponseContext function
The CertAddRefServerOcspResponseContext function increments the reference count for a CERT_SERVER_OCSP_RESPONSE_CONTEXT structure.
Syntax
VOID WINAPI CertAddRefServerOcspResponseContext( _In_ PCCERT_SERVER_OCSP_RESPONSE_CONTEXT pServerOcspResponseContext );
Parameters
- pServerOcspResponseContext [in]
-
A pointer to a CERT_SERVER_OCSP_RESPONSE_CONTEXT returned by CertGetServerOcspResponseContext.
Return value
The function has no return value.
Remarks
Each call to CertGetServerOcspResponseContext and CertAddRefServerOcspResponseContext requires a corresponding call to CertFreeServerOcspResponseContext.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|