NAME

PageSetupDlgA  (COMDLG32.@)

SYNOPSIS

 BOOL PageSetupDlgA
 (
  LPPAGESETUPDLGA setupdlg
 )

DESCRIPTION

Displays the PAGE SETUP dialog box, which enables the user to specify specific properties of a printed page such as size, source, orientation and the width of the page margins.

PARAMS

setupdlg [IO] PAGESETUPDLGA struct.

RETURNS

TRUE if the user pressed the OK button FALSE if the user cancelled the window or an error occurred.

NOTES

The values of hDevMode and hDevNames are filled on output and can be changed in PAGESETUPDLG when they are passed in PageSetupDlg.

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.