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 |