/reactos/modules/rosapps/applications/explorer-old/dialogs/ |
H A D | searchprogram.cpp | 104 _haccel = LoadAccelerators(g_Globals._hInstance, MAKEINTRESOURCE(IDA_SEARCH_PROGRAM)); in FindProgramDlg() 110 LoadString(g_Globals._hInstance, IDS_NAMECOLUMN, szTemp, nChars); in FindProgramDlg() 115 LoadString(g_Globals._hInstance, IDS_PATHCOLUMN, szTemp, nChars); in FindProgramDlg() 120 LoadString(g_Globals._hInstance, IDS_MENUCOLUMN, szTemp, nChars); in FindProgramDlg()
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | mainframe.cpp | 188 _hAccel = LoadAccelerators(g_Globals._hInstance, MAKEINTRESOURCE(IDA_EXPLORER)); in MainFrameBase() 224 g_Globals._hInstance, in MainFrameBase() 236 -1, -1, 200, 0, _hwnd, (HMENU)IDW_SIDEBAR, g_Globals._hInstance, 0); in MainFrameBase() 253 g_Globals._hInstance, in MainFrameBase() 712 hwnd, 0, g_Globals._hInstance, &ccs); in MDIMainFrame() 720 IDW_EXTRABAR, 2, g_Globals._hInstance, IDB_DRIVEBAR, NULL, 0, in MDIMainFrame() 725 IDW_EXTRABAR, 2, g_Globals._hInstance, IDB_DRIVEBAR, &extraBtns, 1, in MDIMainFrame() 789 IDW_DRIVEBAR, 2, g_Globals._hInstance, IDB_DRIVEBAR, NULL, 0, in MDIMainFrame() 794 IDW_DRIVEBAR, 2, g_Globals._hInstance, IDB_DRIVEBAR, &drivebarBtn, 1, in MDIMainFrame() 868 HMENU hMenuFrame = LoadMenu(g_Globals._hInstance, MAKEINTRESOURCE(IDM_MDIFRAME)); in Create() [all …]
|
H A D | pane.cpp | 76 0, 0, 0, 0, hparent, (HMENU)id, g_Globals._hInstance, 0)), in Pane() 130 0, 0, 0, 0, hparent, (HMENU)id, g_Globals._hInstance, 0); in create_header() 155 …_himl = ImageList_LoadBitmap(g_Globals._hInstance, MAKEINTRESOURCE(IDB_IMAGES), 16, 0, RGB(0,255,0… in init()
|
H A D | shellbrowser.cpp | 741 _hwnd, (HMENU)IDC_FILETREE, g_Globals._hInstance, 0); in update_shell_browser()
|
H A D | filechild.cpp | 385 mcs.hOwner = g_Globals._hInstance; in create()
|
/reactos/modules/rosapps/applications/explorer-old/ |
H A D | explorer.cpp | 58 _hInstance = 0; in ExplorerGlobals() 78 _hInstance = hInstance; in init() 667 int len = LoadString(g_Globals._hInstance, nid, buffer, sizeof(buffer)/sizeof(TCHAR)); in ResString() 675 _hicon = LoadIcon(g_Globals._hInstance, MAKEINTRESOURCE(nid)); in ResIcon() 680 …_hicon = (HICON)LoadImage(g_Globals._hInstance, MAKEINTRESOURCE(nid), IMAGE_ICON, GetSystemMetrics… in SmallIcon() 685 …_hicon = (HICON)LoadImage(g_Globals._hInstance, MAKEINTRESOURCE(nid), IMAGE_ICON, w, h, LR_SHARED); in ResIconEx() 701 _hBmp = LoadBitmap(g_Globals._hInstance, MAKEINTRESOURCE(nid)); in ResBitmap() 863 HMENU hMenu = LoadMenu(g_Globals._hInstance, MAKEINTRESOURCE(nid)); in PopupMenu() 925 …HICON hicon = (HICON) LoadImage(g_Globals._hInstance, MAKEINTRESOURCE(IDI_REACTOS_BIG), IMAGE_ICON… in Paint()
|
H A D | globals.h | 270 HINSTANCE _hInstance; member
|
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | window.cpp | 37 hInstance = g_Globals._hInstance; in WindowClass() 99 hwndParent, hMenu, g_Globals._hInstance, 0/*lpParam*/); in Create() 114 hwndParent, hMenu, g_Globals._hInstance, 0/*lpParam*/); in Create() 376 mcs.hOwner = g_Globals._hInstance; in create() 710 …return DialogBoxParam(g_Globals._hInstance, MAKEINTRESOURCE(nid), hwndParent, DialogProc, 0/*lpPar… in DoModal() 722 …return DialogBoxParam(g_Globals._hInstance, MAKEINTRESOURCE(nid), hwndParent, DialogProc, 0/*lpPar… in DoModal() 860 parent, (HMENU)id, g_Globals._hInstance, 0)) in Button() 878 parent, (HMENU)id, g_Globals._hInstance, 0)) in Static() 1268 owner, 0, g_Globals._hInstance, 0)) in ToolTip() 1311 PROPSHEETPAGE::hInstance = g_Globals._hInstance; in PropSheetPage() [all …]
|
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | desktopbar.cpp | 133 0, 0, 0, 0, _hwnd, 0, g_Globals._hInstance, 0); in Init()
|
H A D | traynotify.cpp | 897 _haccel = LoadAccelerators(g_Globals._hInstance, MAKEINTRESOURCE(IDA_TRAYNOTIFY)); in TrayNotifyDlg() 1189 hicon = ExtractIcon(g_Globals._hInstance, entry._modulePath, 0); in RefreshProperties()
|