.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH LaunchSiteCertDialog 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBLaunchSiteCertDialog\fR (INETCPL.@) .SH SYNOPSIS BOOL LaunchSiteCertDialog ( HWND \fIparent\fR ) .SH DESCRIPTION .PP Launch a dialog to manage personal certificates. .SH PARAMS \fIparent\fR \fB[In]\fR Handle for the \fIparent\fR window. .PP .SH RETURNS .PP \fBFailure:\fR \fBFALSE\fR .PP \fBSuccess:\fR \fBTRUE\fR. .SH NOTES .PP rundll32 callable function: rundll32 inetcpl.cpl,LaunchSiteCertDialog .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/inetcpl.cpl/content.c"\fR. .PP Debug channel \fB"inetcpl"\fR.