PrintDlgA (COMDLG32.@)
BOOL PrintDlgA ( LPPRINTDLGA lppd )
Displays the PRINT dialog box, which enables the user to specify specific properties of the print job.
lppd | [IO] | pointer to PRINTDLG32 struct. |
nonzero if the user pressed the OK button zero if the user cancelled the window or an error occurred.
PrintDlg: * The Collate Icons do not display, even though they are in the code. * The Properties Button(s) should call DocumentPropertiesA.
Declared in "include/commdlg.h". gitlab.winehq.org/wine/wine/blob/master/include/commdlg.h
Implemented in "dlls/comdlg32/printdlg.c". gitlab.winehq.org/wine/wine/blob/master/dlls/comdlg32/printdlg.c
Debug channel "commdlg".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.