.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PageSetupDlgA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPageSetupDlgA\fR (COMDLG32.@) .SH SYNOPSIS BOOL PageSetupDlgA ( LPPAGESETUPDLGA \fIsetupdlg\fR ) .SH DESCRIPTION .PP Displays the \fBPAGE\fR SETUP dialog box, which enables the user to specify specific properties of a printed page such as size, source, orientation and the width of the page margins. .SH PARAMS \fIsetupdlg\fR \fB[IO]\fR \fBPAGESETUPDLGA\fR struct. .PP .SH RETURNS .PP \fBTRUE\fR if the user pressed the \fBOK\fR button \fBFALSE\fR if the user cancelled the window or an error occurred. .SH NOTES .PP The values of hDevMode and hDevNames are filled on output and can be changed in \fBPAGESETUPDLG\fR when they are passed in PageSetupDlg. .SH IMPLEMENTATION .PP Declared in \fB"commdlg.h"\fR. .PP Implemented in \fB"dlls/comdlg32/printdlg.c"\fR. .PP Debug channel \fB"commdlg"\fR.