PrintDlg16(3w)
NAME
PrintDlg16 (COMMDLG.20)
SYNOPSIS
BOOL16 PrintDlg16
(
LPPRINTDLG16 lppd
)
PARAMS
[In/Out] pointer to PRINTDLG struct.
DESCRIPTION
Displays the PRINT dialog box, which enables the user to specify specific properties of the print job.
RETURNS
nonzero if the user pressed the OK button zero if the user cancelled
the window or an error occurred.
BUGS
* calls up to the 32-bit versions of the Dialogs, which look different
* Customizing is *not* implemented.
IMPLEMENTATION
Defined in "cdlg16.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/comdlg32/printdlg16.c".
- Debug channel "commdlg".