PFN_CERT_STORE_PROV_WRITE_CTL回调函数 (wincrypt.h)

在将 CTL 添加到存储之前,CertAddEncodedCTLToStoreCertAddCTLContextToStoreCertAddSerializedElementToStore 可以调用 CertStoreProvWriteCTL 回调函数。

语法

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