NAME

PrintDlgExW  (COMDLG32.@)

SYNOPSIS

 HRESULT PrintDlgExW
 (
  LPPRINTDLGEXW lppd
 )

DESCRIPTION

Display the property sheet style PRINT dialog box.

PARAMS

lppd [IO] pointer to PRINTDLGEX struct.

RETURNS

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.

NOTES

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.

BUGS

Not fully implemented

IMPLEMENTATION

Declared in "commdlg.h". https://source.winehq.org/source/include/commdlg.h

Implemented in "dlls/comdlg32/printdlg.c". https://source.winehq.org/source/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 Apr 2024.