PageSetupDlg

E724286

PageSetupDlg is a Windows common dialog box API function that displays a standard page setup interface for configuring printer and page layout settings.

Jump to: Statements Referenced by

Statements (53)

Predicate Object
instanceOf Windows API function
common dialog box function
belongsToLibrary Comdlg32.dll NERFINISHED
callingConvention WINAPI
canUseFlag PSD_DISABLEMARGINS
PSD_DISABLEORIENTATION
PSD_DISABLEPAPER
PSD_DISABLEPRINTER
PSD_ENABLEPAGEPAINTHOOK
PSD_ENABLEPAGESETUPHOOK NERFINISHED
PSD_ENABLEPAGESETUPTEMPLATE
PSD_ENABLEPAGESETUPTEMPLATEHANDLE
PSD_INHUNDREDTHSOFMILLIMETERS
PSD_INTHOUSANDTHSOFINCHES
PSD_MARGINS
PSD_NOWARNING
PSD_RETURNDEFAULT
PSD_SHOWHELP
category printing API
user interface dialog API
definedIn Windows API NERFINISHED
definedInHeader commdlg.h
hasPurpose allow user to select page orientation
allow user to select paper size
allow user to select printer
allow user to set page margins
configure page layout settings
configure printer settings
display page setup dialog box
introducedBy Microsoft Windows NERFINISHED
parameterType LPPAGESETUPDLG
relatedTo PageSetupDlgEx (if available in some SDKs)
PrintDlg
PrintDlgEx NERFINISHED
returnsType BOOL
returnValueMeaning nonzero indicates success
zero indicates failure or cancel
runsOn Microsoft Windows operating system NERFINISHED
supportsHookProcedure PagePaintHookProc NERFINISHED
PageSetupHookProc NERFINISHED
threadingRequirement must be called from thread with message loop
uiType modal dialog box
usesFlagField Flags member of PAGESETUPDLG
usesStructure PAGESETUPDLG
usesStructureMember hDevMode
hDevNames
hInstance
hPageSetupTemplate
hwndOwner
lCustData
lpPageSetupTemplateName
lpfnPagePaintHook
lpfnPageSetupHook

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Comdlg32 providesAPI PageSetupDlg