PFN_CERT_STORE_PROV_WRITE_CRL コールバック関数 (wincrypt.h)

ストアに追加する前に 、CertAddEncodedCRLToStoreCertAddCRLContextToStoreおよび CertAddSerializedElementToStore によって呼び出されるアプリケーション定義のコールバック関数。 エンコードされた CRL に加えて、追加された pCrlContext にもプロパティがある場合があります。

構文

PFN_CERT_STORE_PROV_WRITE_CRL PfnCertStoreProvWriteCrl;

BOOL PfnCertStoreProvWriteCrl(
  [in] HCERTSTOREPROV hStoreProv,
  [in] PCCRL_CONTEXT pCrlContext,
  [in] DWORD dwFlags
)
{...}

パラメーター

[in] hStoreProv

CertDllOpenStoreProv によってCERT_STORE_PROV_INFOで返されるプロバイダー固有の値。

[in] pCrlContext

「CertAddCRLContextToStore」を参照してください。

[in] dwFlags

CERT_STORE_PROV_WRITE_ADD_FLAGは、ストアに CRL を追加する次の関数によってこの関数が呼び出されるタイミングを指定するために使用されます。

CertAddEncodedCRLToStore

CertAddCRLContextToStore

CertAddSerializedElementToStore

戻り値

ストアを更新しても問題がなければ 、TRUE を返します。

要件

   
サポートされている最小のクライアント Windows XP (デスクトップ アプリのみ)
サポートされている最小のサーバー Windows Server 2003 (デスクトップ アプリのみ)
対象プラットフォーム Windows
ヘッダー wincrypt.h

関連項目

CERT_STORE_PROV_INFO

コールバック関数

CertAddCRLContextToStore

CertAddEncodedCRLToStore

CertAddSerializedElementToStore

CertDllOpenStoreProv