Skip to content

Latest commit

 

History

History
94 lines (77 loc) · 2.96 KB

nf-wintrust-openpersonaltrustdbdialogex.md

File metadata and controls

94 lines (77 loc) · 2.96 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:wintrust.OpenPersonalTrustDBDialogEx
OpenPersonalTrustDBDialogEx function (wintrust.h)
Displays the Certificates dialog box. (OpenPersonalTrustDBDialogEx)
OpenPersonalTrustDBDialogEx
OpenPersonalTrustDBDialogEx function [Security]
WT_TRUSTDBDIALOG_ONLY_PUB_TAB_FLAG
security.openpersonaltrustdbdialogex
wintrust/OpenPersonalTrustDBDialogEx
security\openpersonaltrustdbdialogex.htm
security
5e4dbccd-4cd0-4525-85dc-3327a5b713a1
12/05/2018
OpenPersonalTrustDBDialogEx, OpenPersonalTrustDBDialogEx function [Security], WT_TRUSTDBDIALOG_ONLY_PUB_TAB_FLAG, security.openpersonaltrustdbdialogex, wintrust/OpenPersonalTrustDBDialogEx
wintrust.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Wintrust.dll
Windows
19H1
OpenPersonalTrustDBDialogEx
wintrust/OpenPersonalTrustDBDialogEx
c++
APIRef
kbSyntax
DllExport
Wintrust.dll
OpenPersonalTrustDBDialogEx

OpenPersonalTrustDBDialogEx function

-description

The OpenPersonalTrustDBDialogEx function displays the Certificates dialog box.

Note  This function has no associated header file or import library. You must define the function yourself and use the LoadLibrary and GetProcAddress functions to dynamically link to Wintrust.dll.
 

-parameters

-param hwndParent [in, optional]

The handle of the parent window for the dialog box. If this parameter is NULL, the dialog box has no parent.

-param dwFlags [in]

A set of flags that modify the behavior of this function. This can be zero or the following value.

Value Meaning
WT_TRUSTDBDIALOG_ONLY_PUB_TAB_FLAG
2 (0x2)
Only display the Trusted Publisher tab. By default, all of the user interface tabs are displayed and the Trusted Publisher tab is initially selected.

-param pvReserved [in, out, optional]

Not used. Must be NULL.

-returns

Returns nonzero if the dialog box was opened successfully or zero otherwise.

-see-also

OpenPersonalTrustDBDialog