Scroll to navigation

LaunchSiteCertDialog(3w) Wine API LaunchSiteCertDialog(3w)

NAME

LaunchSiteCertDialog (INETCPL.@)

SYNOPSIS

BOOL LaunchSiteCertDialog
(
HWND parent
)
 

DESCRIPTION

Launch a dialog to manage personal certificates.
 

PARAMS

parent [In] Handle for the parent window.
 

RETURNS

Failure: FALSE
Success: TRUE.
 

NOTES

rundll32 callable function: rundll32 inetcpl.cpl,LaunchSiteCertDialog
 

IMPLEMENTATION

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