.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PrintDlgA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPrintDlgA\fR (COMDLG32.@) .SH SYNOPSIS BOOL PrintDlgA ( LPPRINTDLGA \fIlppd\fR ) .SH DESCRIPTION .PP Displays the \fBPRINT\fR dialog box, which enables the user to specify specific properties of the print job. .SH PARAMS \fIlppd\fR \fB[IO]\fR pointer to \fBPRINTDLG32\fR struct. .PP .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 \fBPrintDlg:\fR * The Collate Icons do not display, even though they are in the code. * The Properties Button(s) should call \fBDocumentPropertiesA(3w)\fR. .SH IMPLEMENTATION .PP Declared in \fB"commdlg.h"\fR. .PP Implemented in \fB"dlls/comdlg32/printdlg.c"\fR. .PP Debug channel \fB"commdlg"\fR.