.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PrintDlg16 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPrintDlg16\fR (COMMDLG.20) .SH SYNOPSIS BOOL16 PrintDlg16 ( LPPRINTDLG16 \fIlppd\fR ) .SH DESCRIPTION .PP Displays the \fBPRINT\fR dialog box, which enables the user to specify specific properties of the print job. .SH RETURNS .PP nonzero if the user pressed the \fBOK\fR button zero if the user cancelled the window or an error occurred. .SH BUGS .PP * calls up to the \fB32\fR-bit versions of the Dialogs, which look different * Customizing is *not* implemented. .SH IMPLEMENTATION .PP Declared in \fB"cdlg16.h"\fR. .PP Implemented in \fB"dlls/commdlg.dll16/printdlg.c"\fR. .PP Debug channel \fB"commdlg"\fR.