OpenPersonalTrustDBDialogEx function
The OpenPersonalTrustDBDialogEx function displays the Certificates dialog box.
Syntax
BOOL WINAPI OpenPersonalTrustDBDialogEx( _In_opt_ HWND hwndParent, _In_ DWORD dwFlags, _Inout_opt_ PVOID *pvReserved );
Parameters
- hwndParent [in, optional]
-
The handle of the parent window for the dialog box. If this parameter is NULL, the dialog box has no parent.
- dwFlags [in]
-
A set of flags that modify the behavior of this function. This can be zero or the following value.
- pvReserved [in, out, optional]
-
Not used. Must be NULL.
Return value
Returns nonzero if the dialog box was opened successfully or zero otherwise.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
DLL |
|
See also