PrintDlg

E724285

PrintDlg is a Windows common dialog box API function that displays and manages the standard print dialog for selecting printers and print options.

All labels observed (2)

Label Occurrences
PrintDlg canonical 3
PrintDlgEx 3

How this entity was disambiguated

Statements (55)

Predicate Object
instanceOf Windows API function ⓘ
common dialog box function ⓘ
print dialog function ⓘ
belongsToLibrary Comdlg32.dll ⓘ
linked to: Comdlg32
callingConvention WINAPI ⓘ
canCreate information context ⓘ
printer device context ⓘ
category Common Dialog Box Library API ⓘ
linked to: Comdlg32
declaredInHeader commdlg.h ⓘ
definedIn Win32 API ⓘ
Windows API ⓘ
linked to: Win32 API
dialogType print dialog ⓘ
errorRetrievalFunction CommDlgExtendedError ⓘ
introducedIn Windows 3.1 ⓘ
linked to: Windows 3.x
parameter LPPRINTDLG lppd ⓘ
platform Microsoft Windows ⓘ
linked to: Windows
primaryPurpose display standard print dialog ⓘ
relatedFunction ChoosePrinter ⓘ
PageSetupDlg ⓘ
PrintDlgEx ⓘ
linked to: PrintDlg
returnsOnFailure zero ⓘ
returnsOnSuccess nonzero ⓘ
returnType BOOL ⓘ
secondaryPurpose allow user to select printer ⓘ
allow user to set print options ⓘ
supersededBy PrintDlgEx ⓘ
linked to: PrintDlg
supportsFeature collation selection ⓘ
number of copies selection ⓘ
page range selection ⓘ
print to file option ⓘ
supportsFlag PD_ALLPAGES ⓘ
PD_COLLATE ⓘ
PD_DISABLEPRINTTOFILE ⓘ
PD_ENABLEPRINTHOOK ⓘ
PD_ENABLEPRINTTEMPLATE ⓘ
PD_ENABLESETUPHOOK ⓘ
PD_ENABLESETUPTEMPLATE ⓘ
PD_HIDEPRINTTOFILE ⓘ
PD_NOPAGENUMS ⓘ
PD_NOSELECTION ⓘ
PD_PAGENUMS ⓘ
PD_PRINTSETUP ⓘ
PD_PRINTTOFILE ⓘ
PD_RETURNDC ⓘ
PD_RETURNIC ⓘ
PD_SELECTION ⓘ
PD_USEDEVMODECOPIESANDCOLLATE ⓘ
threadingRequirement must be called from thread with message loop ⓘ
usesHandle HDC ⓘ
HINSTANCE ⓘ
HWND ⓘ
usesStructure DEVMODE ⓘ
DEVNAMES ⓘ
HGLOBAL ⓘ
PRINTDLG ⓘ

How these facts were elicited

Referenced by (6)

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

Comdlg32 → providesAPI → PrintDlg ⓘ
ChooseColor → relatedFunction → PrintDlg ⓘ
PrintDlg → supersededBy → PrintDlgEx ⓘ
linked to: PrintDlg
PrintDlg → relatedFunction → PrintDlgEx ⓘ
linked to: PrintDlg
PageSetupDlg → relatedTo → PrintDlgEx ⓘ
linked to: PrintDlg
FindText → relatedFunction → PrintDlg ⓘ