Expand Minimize
This topic has not yet been rated - Rate this topic

CertFreeServerOcspResponseContext function

The CertFreeServerOcspResponseContext function decrements the reference count for a CERT_SERVER_OCSP_RESPONSE_CONTEXT structure. If the reference count becomes zero, memory allocated for the structure is released.

Syntax


 WINAPI CertFreeServerOcspResponseContext(
  _In_  PCCERT_SERVER_OCSP_RESPONSE_CONTEXT pServerOcspResponseContext
);

Parameters

pServerOcspResponseContext [in]

A pointer to a CERT_SERVER_OCSP_RESPONSE_CONTEXT structure that contains a value returned by the CertGetServerOcspResponseContext function.

Return value

This function has no return value.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Wincrypt.h

Library

Crypt32.lib

DLL

Crypt32.dll

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.