OpenPersonalTrustDBDialog function (wintrust.h)
The OpenPersonalTrustDBDialog 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.
Syntax
BOOL OpenPersonalTrustDBDialog(
[in, optional] HWND hwndParent
);
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.
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 |