Expand Minimize
This topic has not yet been rated - Rate this topic

OpenPersonalTrustDBDialog function

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 WINAPI OpenPersonalTrustDBDialog(
  _In_opt_  HWND hwndParent
);

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.

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

Wintrust.dll

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.