OpenPersonalTrustDBDialog 函数 (wintrust.h)
OpenPersonalTrustDBDialog 函数显示“证书”对话框。
注意 此函数没有关联的头文件或导入库。 必须自行定义函数,并使用 LoadLibrary 和 GetProcAddress 函数动态链接到 Wintrust.dll。
语法
BOOL OpenPersonalTrustDBDialog(
[in, optional] HWND hwndParent
);
参数
[in, optional] hwndParent
对话框的父窗口的句柄。 如果此参数为 NULL,则对话框没有父级。
返回值
如果对话框已成功打开,则返回非零值,否则返回零。
要求
最低受支持的客户端 | Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | wintrust.h |
DLL | Wintrust.dll |