Scroll to navigation

OpenPersonalTrustDBDialog(3w) Wine API OpenPersonalTrustDBDialog(3w)

NAME

OpenPersonalTrustDBDialog (WINTRUST.@)

SYNOPSIS

BOOL OpenPersonalTrustDBDialog
(
HWND hwnd
)
 

DESCRIPTION

Opens the certificate manager dialog, showing only the stores that contain trusted software publishers.
 

PARAMS

hwnd [In] handle of parent window.
 

RETURNS

TRUE if the dialog could be opened, FALSE if not.
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/wintrust/wintrust_main.c".
Debug channel "wintrust".
Oct 2012 Wine API