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
Defined in "commdlg.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/comdlg32/printdlg.c".
- Debug channel "commdlg".