Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The OpenPersonalTrustDBDialogEx function displays the Certificates dialog box.
Syntax
BOOL OpenPersonalTrustDBDialogEx(
[in, optional] HWND hwndParent,
[in] DWORD dwFlags,
[in, out, optional] PVOID *pvReserved
);
Parameters
[in, optional] hwndParent
The handle of the parent window for the dialog box. If this parameter is NULL, the dialog box has no parent.
[in] dwFlags
A set of flags that modify the behavior of this function. This can be zero or the following value.
[in, out, optional] pvReserved
Not used. Must be NULL.
Return value
Returns nonzero if the dialog box was opened successfully or zero otherwise.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | wintrust.h |
DLL | Wintrust.dll |