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 |
Library | Crypt32.lib |
[DLL] | Crypt32.dll |