PFN_CERT_STORE_PROV_CONTROL回调函数 (wincrypt.h)
CertStoreProvControl 回调函数支持 CertControlStore API。 API 的所有参数都直接传递到回调。 有关详细信息,请参阅 CertControlStore。
语法
PFN_CERT_STORE_PROV_CONTROL PfnCertStoreProvControl;
BOOL PfnCertStoreProvControl(
[in, out] HCERTSTOREPROV hStoreProv,
[in] DWORD dwFlags,
[in] DWORD dwCtrlType,
[in, optional] void const *pvCtrlPara
)
{...}
参数
[in, out] hStoreProv
从调用 CertControlStore 传递的证书存储的 HCERTSTOREPROV 句柄。
[in] dwFlags
从调用 CertControlStore 传递。
[in] dwCtrlType
要采取的控制操作。 从调用 CertControlStore 传递。
[in, optional] pvCtrlPara
指向缓冲区的指针,该缓冲区的结构和内容由 dwFlags 和 dwCtrlType 的值决定。 从调用 CertControlStore 传递。
返回值
如果函数成功,则返回 TRUE ;如果失败,则返回 FALSE 。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | wincrypt.h |