NAME

PrintDlg16  (COMMDLG.20)

SYNOPSIS

 BOOL16 PrintDlg16
 (
  LPPRINTDLG16 lppd
 )

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

Declared in "include/commdlg.h". gitlab.winehq.org/wine/wine/blob/master/include/commdlg.h

Implemented in "dlls/commdlg.dll16/printdlg.c". gitlab.winehq.org/wine/wine/blob/master/dlls/commdlg.dll16/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.