PrintDlgExW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Only a Stub

IMPLEMENTATION

Defined in "commdlg.h".

Implemented in "dlls/comdlg32/printdlg.c".

Debug channel "commdlg".