Scroll to navigation

PrintDlgExW(3w) Wine API PrintDlgExW(3w)

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".
Implemented in "dlls/comdlg32/printdlg.c".
Debug channel "commdlg".
Oct 2012 Wine API