.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PrintDlgExW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPrintDlgExW\fR (COMDLG32.@) .SH SYNOPSIS HRESULT PrintDlgExW ( LPPRINTDLGEXW \fIlppd\fR ) .SH DESCRIPTION .PP Display the property sheet style \fBPRINT\fR dialog box. .SH PARAMS \fIlppd\fR \fB[IO]\fR pointer to \fBPRINTDLGEX\fR struct. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR .PP \fBFailure:\fR One of the following \fBCOM\fR error codes: \fBE_OUTOFMEMORY\fR Insufficient memory. \fBE_INVALIDARG\fR One or more arguments are invalid. \fBE_POINTER\fR Invalid pointer. \fBE_HANDLE\fR Invalid handle. \fBE_FAIL\fR Unspecified error. .SH NOTES .PP This Dialog enables the user to specify specific properties of the print job. The property sheet can also have additional application-specific and driver-specific property pages. .SH BUGS .PP Not fully implemented .SH IMPLEMENTATION .PP Declared in \fB"commdlg.h"\fR. .PP Implemented in \fB"dlls/comdlg32/printdlg.c"\fR. .PP Debug channel \fB"commdlg"\fR.