Home
last modified time | relevance | path

Searched refs:DM_IN_PROMPT (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/psdk/
H A Dwindef.h358 #define DM_IN_PROMPT DM_PROMPT macro
H A Dwingdi.h1237 #define DM_IN_PROMPT DM_PROMPT macro
/reactos/dll/win32/comdlg32/
H A Dprintdlg.c1768 DM_IN_BUFFER | DM_OUT_BUFFER | DM_IN_PROMPT); in PRINTDLG_WMCommandA()
1928 DM_IN_BUFFER | DM_OUT_BUFFER | DM_IN_PROMPT); in PRINTDLG_WMCommandW()
3332 DocumentPropertiesW(hDlg, hprn, devname, dm, dm, DM_IN_BUFFER | DM_OUT_BUFFER | DM_IN_PROMPT); in pagesetup_printer_properties()
/reactos/win32ss/printing/base/winspool/
H A Dprinters.c1221 if ( fMode & DM_IN_PROMPT ) in DocumentPropertiesW()