OpenPersonalTrustDBDialog 函数 (wintrust.h)

OpenPersonalTrustDBDialog 函数显示“证书”对话框。

注意 此函数没有关联的头文件或导入库。 必须自行定义函数,并使用 LoadLibraryGetProcAddress 函数动态链接到 Wintrust.dll。
 

Syntax

BOOL OpenPersonalTrustDBDialog(
  [in, optional] HWND hwndParent
);

参数

[in, optional] hwndParent

对话框的父窗口的句柄。 如果此参数为 NULL,则对话框没有父级。

返回值

如果对话框成功打开或零,则返回非零。

要求

Requirement 价值
最低支持的客户端 Windows XP [仅限桌面应用]
支持的最低服务器 Windows Server 2003 [仅限桌面应用]
目标平台 Windows操作系统
Header wintrust.h
Library nanosrv.lib
DLL Wintrust.dll