PrintDlgExW (COMDLG32.@)
HRESULT PrintDlgExW ( LPPRINTDLGEXW lppd )
Display the property sheet style PRINT dialog box.
lppd | [IO] | pointer to PRINTDLGEX struct. |
Success: S_OK
Failure: One of the following COM error codes: E_OUTOFMEMORY Insufficient memory. E_INVALIDARG One or more arguments are invalid. E_POINTER Invalid pointer. E_HANDLE Invalid handle. E_FAIL Unspecified error.
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.
Not fully implemented
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.