Home
last modified time | relevance | path

Searched refs:hDevMode (Results 1 – 12 of 12) sorted by relevance

/reactos/modules/rostests/winetests/comdlg32/
H A Dprintdlg.c108 GlobalFree(pDlg->hDevMode); in test_PageSetupDlgA()
228 GlobalFree(pDlg->hDevMode); in test_PrintDlgA()
253 GlobalUnlock(pDlg->hDevMode); in test_PrintDlgA()
254 GlobalFree(pDlg->hDevMode); in test_PrintDlgA()
268 GlobalFree(pDlg->hDevMode); in test_PrintDlgA()
491 GlobalFree(pDlg->hDevMode); in test_PrintDlgExW()
502 GlobalFree(pDlg->hDevMode); in test_PrintDlgExW()
514 GlobalFree(pDlg->hDevMode); in test_PrintDlgExW()
527 GlobalFree(pDlg->hDevMode); in test_PrintDlgExW()
551 GlobalFree(pDlg->hDevMode); in test_PrintDlgExW()
[all …]
/reactos/dll/win32/comdlg32/
H A Dprintdlg.c1138 if(lppd->hDevMode && (lpdm = GlobalLock(lppd->hDevMode)) && in PRINTDLG_ChangePrinterA()
1196 if (lppd->hDevMode == 0) in PRINTDLG_ChangePrinterA()
1342 if(lppd->hDevMode && (lpdm = GlobalLock(lppd->hDevMode)) && in PRINTDLG_ChangePrinterW()
1400 if (lppd->hDevMode == 0) in PRINTDLG_ChangePrinterW()
2372 lppd->hDevMode = GlobalReAlloc(lppd->hDevMode, in PrintDlgA()
2531 lppd->hDevMode = GlobalReAlloc(lppd->hDevMode, in PrintDlgW()
2935 data->u.dlgw->hDevMode = GlobalReAlloc(data->u.dlgw->hDevMode, size, in pagesetup_set_devmode()
3952 pdlg->hDevMode = pdlgex->hDevMode; in pdlgex_to_pdlg()
3982 pdlgex->hDevMode = pdlg->hDevMode; in pdlg_to_pdlgex()
4137 lppd->hDevMode = update_devmode_handleA(lppd->hDevMode, dm); in PrintDlgExA()
[all …]
/reactos/base/applications/notepad/
H A Dprinting.c590 printer->hDevMode = Globals.hDevMode; in DIALOG_FilePrint()
595 Globals.hDevMode = printer->hDevMode; in DIALOG_FilePrint()
680 page.hDevMode = Globals.hDevMode; in DIALOG_FilePageSetup()
688 Globals.hDevMode = page.hDevMode; in DIALOG_FilePageSetup()
H A Dnotepad.h67 HGLOBAL hDevMode; member
H A Dmain.c264 Globals.hDevMode = NULL; in NOTEPAD_InitData()
373 if (Globals.hDevMode) in NOTEPAD_WndProc()
374 GlobalFree(Globals.hDevMode); in NOTEPAD_WndProc()
/reactos/sdk/include/psdk/
H A Dcommdlg.h435 HGLOBAL hDevMode; member
451 HGLOBAL hDevMode; member
467 HGLOBAL hDevMode; member
488 HGLOBAL hDevMode; member
515 HGLOBAL hDevMode; member
538 HGLOBAL hDevMode; member
/reactos/base/applications/wordpad/
H A Dprint.c508 ps.hDevMode = devMode; in dialog_printsetup()
515 devMode = ps.hDevMode; in dialog_printsetup()
529 pd.hDevMode = devMode; in get_default_printer_opts()
533 devMode = pd.hDevMode; in get_default_printer_opts()
562 pd.hDevMode = devMode; in dialog_print()
571 devMode = pd.hDevMode; in dialog_print()
/reactos/base/applications/mspaint/
H A Dmain.cpp881 pd.hDevMode = NULL; // freed by user in OnCommand()
894 if (pd.hDevMode) in OnCommand()
895 GlobalFree(pd.hDevMode); in OnCommand()
/reactos/base/applications/fontview/
H A Ddisplay.c433 pfont.hDevMode = NULL; in Display_OnPrint()
/reactos/modules/rostests/winetests/winspool/
H A Dinfo.c2797 ok(prn_dlg.hDevMode != 0, "PrintDlg returned hDevMode == NULL\n"); in test_DeviceCapabilities()
2800 dm = GlobalLock(prn_dlg.hDevMode); in test_DeviceCapabilities()
2877 GlobalUnlock(prn_dlg.hDevMode); in test_DeviceCapabilities()
2878 GlobalFree(prn_dlg.hDevMode); in test_DeviceCapabilities()
/reactos/base/applications/winhlp32/
H A Dmacro.c724 printer.hDevMode = 0; in MACRO_Print()
/reactos/base/applications/regedit/
H A Dframewnd.c717 pd.hDevMode = NULL; /* Don't forget to free or store hDevMode*/ in PrintRegistryHive()