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

CertStoreProvWriteCTL コールバック関数は、CTL がストアに追加される前に、CertAddEncodedCTLToStoreCertAddCTLContextToStore、または CertAddSerializedElementToStore によって呼び出すことができます。

構文

PFN_CERT_STORE_PROV_WRITE_CTL PfnCertStoreProvWriteCtl;

BOOL PfnCertStoreProvWriteCtl(
  [in] HCERTSTOREPROV hStoreProv,
  [in] PCCTL_CONTEXT pCtlContext,
  [in] DWORD dwFlags
)
{...}

パラメーター

[in] hStoreProv

証明書ストアへの HCERTSTOREPROV ハンドル。

[in] pCtlContext

CTL_CONTEXT構造体へのポインター。

[in] dwFlags

必要なフラグ値。

戻り値

要素をストアに追加できる場合は TRUE を返します。

要件

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

こちらもご覧ください

CTL_CONTEXT

CertAddCTLContextToStore

CertAddEncodedCTLToStore

CertAddSerializedElementToStore