Home
last modified time | relevance | path

Searched refs:DM_OUT_BUFFER (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/include/psdk/
H A Dwindef.h359 #define DM_OUT_BUFFER DM_COPY macro
H A Dwingdi.h1238 #define DM_OUT_BUFFER DM_COPY macro
/reactos/dll/win32/comdlg32/
H A Dprintdlg.c1137 DM_OUT_BUFFER); in PRINTDLG_ChangePrinterA()
1143 DM_OUT_BUFFER | DM_IN_BUFFER); in PRINTDLG_ChangePrinterA()
1341 DM_OUT_BUFFER); in PRINTDLG_ChangePrinterW()
1347 DM_OUT_BUFFER | DM_IN_BUFFER); in PRINTDLG_ChangePrinterW()
1768 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()
3093 DocumentPropertiesW(0, 0, name, dm, NULL, DM_OUT_BUFFER); in pagesetup_change_printer()
3332 DocumentPropertiesW(hDlg, hprn, devname, dm, dm, DM_IN_BUFFER | DM_OUT_BUFFER | DM_IN_PROMPT); in pagesetup_printer_properties()
/reactos/modules/rostests/winetests/winspool/
H A Dinfo.c2697 ret = DocumentPropertiesA(0, hprn, NULL, dm, dm, DM_OUT_BUFFER); in test_DocumentProperties()
2700 ret = DocumentPropertiesA(0, hprn, empty_str, dm, dm, DM_OUT_BUFFER); in test_DocumentProperties()
/reactos/win32ss/printing/base/winspool/
H A Dprinters.c826 if (!(pdphdr->fMode & DM_OUT_BUFFER) || in IntFixUpDevModeNames()