PrintDlgA(3w)
NAME
PrintDlgA (COMDLG32.@)
SYNOPSIS
BOOL PrintDlgA
(
LPPRINTDLGA lppd
)
DESCRIPTION
Displays the PRINT dialog box, which enables the user to specify specific properties of the print job.
PARAMS
lppd [IO] pointer to PRINTDLG32 struct.
RETURNS
nonzero if the user pressed the OK button zero if the user cancelled
the window or an error occurred.
BUGS
PrintDlg: * The Collate Icons do not display, even though they are in
the code. * The Properties Button(s) should call DocumentPropertiesA(3w).
IMPLEMENTATION
Defined in "commdlg.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/comdlg32/printdlg.c".
- Debug channel "commdlg".