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.

All labels observed (2)

Label Occurrences
PageSetupDlg canonical 2
PageSetupHookProc 1

How this entity was disambiguated

Statements (53)

Predicate Object
instanceOf Windows API function
common dialog box function
belongsToLibrary Comdlg32.dll
linked to: Comdlg32
callingConvention WINAPI
canUseFlag PSD_DISABLEMARGINS
PSD_DISABLEORIENTATION
PSD_DISABLEPAPER
PSD_DISABLEPRINTER
PSD_ENABLEPAGEPAINTHOOK
PSD_ENABLEPAGESETUPHOOK
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
linked to: Win32 API
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
linked to: Windows
parameterType LPPAGESETUPDLG
relatedTo PageSetupDlgEx (if available in some SDKs)
PrintDlg
PrintDlgEx
linked to: PrintDlg
returnsType BOOL
returnValueMeaning nonzero indicates success
zero indicates failure or cancel
runsOn Microsoft Windows operating system
linked to: Windows
supportsHookProcedure PagePaintHookProc
linked to: Gdi32

PageSetupHookProc
linked to: PageSetupDlg
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

How these facts were elicited

Referenced by (3)

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

Comdlg32 providesAPI PageSetupDlg
PrintDlg relatedFunction PageSetupDlg
PageSetupDlg supportsHookProcedure PageSetupHookProc
linked to: PageSetupDlg