Home
last modified time | relevance | path

Searched refs:shell32_hInstance (Results 1 – 25 of 37) sorted by relevance

12

/reactos/dll/win32/shell32/wine/
H A Dclasses.c462 if (LoadStringW(shell32_hInstance, IDS_DESKTOP, szDest, buflen)) in HCR_GetClassNameW()
467 if(LoadStringW(shell32_hInstance, IDS_MYCOMPUTER, szDest, buflen)) in HCR_GetClassNameW()
473 if(LoadStringW(shell32_hInstance, IDS_PERSONAL, szDest, buflen)) in HCR_GetClassNameW()
478 if(LoadStringW(shell32_hInstance, IDS_RECYCLEBIN_FOLDER_NAME, szDest, buflen)) in HCR_GetClassNameW()
483 if(LoadStringW(shell32_hInstance, IDS_CONTROLPANEL, szDest, buflen)) in HCR_GetClassNameW()
488 if(LoadStringW(shell32_hInstance, IDS_ADMINISTRATIVETOOLS, szDest, buflen)) in HCR_GetClassNameW()
536 if (LoadStringA(shell32_hInstance, IDS_DESKTOP, szDest, buflen)) in HCR_GetClassNameA()
541 if(LoadStringA(shell32_hInstance, IDS_MYCOMPUTER, szDest, buflen)) in HCR_GetClassNameA()
547 if(LoadStringA(shell32_hInstance, IDS_PERSONAL, szDest, buflen)) in HCR_GetClassNameA()
557 if(LoadStringA(shell32_hInstance, IDS_CONTROLPANEL, szDest, buflen)) in HCR_GetClassNameA()
[all …]
H A Dshell32_main.c911 *pLargeIcon = LoadImageW(shell32_hInstance, in Printer_LoadIconsW()
916 *pSmallIcon = LoadImageW(shell32_hInstance, in Printer_LoadIconsW()
1079 …hLogoBmp = (HBITMAP)LoadImage(shell32_hInstance, MAKEINTRESOURCE(IDB_REACTOS), IMAGE_BITMAP, 0, 0,… in AboutDlgProc()
1080 …hLineBmp = (HBITMAP)LoadImage(shell32_hInstance, MAKEINTRESOURCE(IDB_LINEBAR), IMAGE_BITMAP, 0, 0,… in AboutDlgProc()
1187 …hWndAuthors = CreateDialogW(shell32_hInstance, MAKEINTRESOURCEW(IDD_ABOUT_AUTHORS), hWnd, AboutAut… in AboutDlgProc()
1188 … LoadStringW(shell32_hInstance, IDS_SHELL_ABOUT_AUTHORS, szAuthorsText, ARRAY_SIZE(szAuthorsText)); in AboutDlgProc()
1240 … LoadStringW(shell32_hInstance, IDS_SHELL_ABOUT_AUTHORS, szAuthorsText, ARRAY_SIZE(szAuthorsText)); in AboutDlgProc()
1245 … LoadStringW(shell32_hInstance, IDS_SHELL_ABOUT_BACK, szAuthorsText, ARRAY_SIZE(szAuthorsText)); in AboutDlgProc()
1316 hRes = FindResourceW(shell32_hInstance, MAKEINTRESOURCEW(IDD_ABOUT), (LPWSTR)RT_DIALOG); in ShellAboutW()
1320 DlgTemplate = (DLGTEMPLATE *)LoadResource(shell32_hInstance, hRes); in ShellAboutW()
[all …]
H A Dcontrol.c261 LoadStringW(shell32_hInstance, IDS_CPANEL_NAME, buf, sizeof(buf) / sizeof(buf[0])); in Control_CreateListView()
269 LoadStringW(shell32_hInstance, IDS_CPANEL_DESCRIPTION, buf, sizeof(buf) / in Control_CreateListView()
311 hMenu = LoadMenuW(shell32_hInstance, MAKEINTRESOURCEW(MENU_CPANEL)); in Control_WndProc_Create()
504 … HICON icon = LoadImageW(shell32_hInstance, MAKEINTRESOURCEW(IDI_SHELL_CONTROL_PANEL), in Control_WndProc()
507 LoadStringW(shell32_hInstance, IDS_CPANEL_TITLE, appName, in Control_WndProc()
648 LoadStringW(shell32_hInstance, IDS_CPANEL_TITLE, appName, sizeof(appName) / sizeof(appName[0])); in Control_DoInterface()
656 wc.hIcon = LoadIconW( shell32_hInstance, MAKEINTRESOURCEW(IDI_SHELL_CONTROL_PANEL) ); in Control_DoInterface()
661 … wc.hIconSm = LoadImageW( shell32_hInstance, MAKEINTRESOURCEW(IDI_SHELL_CONTROL_PANEL), IMAGE_ICON, in Control_DoInterface()
H A Dshell32_main.h37 extern HINSTANCE shell32_hInstance DECLSPEC_HIDDEN;
/reactos/base/shell/rshell/
H A Dmisc.cpp46 extern HINSTANCE shell32_hInstance;
69 HINSTANCE shell32_hInstance = NULL; variable
87 if (!GetModuleFileNameW(shell32_hInstance, szFilename, _countof(szFilename))) in RegisterComponent()
145 shell32_hInstance = hInstance; in DllMain()
152 shell32_hInstance = NULL; in DllMain()
/reactos/dll/win32/shell32/dialogs/
H A Ddialogs.cpp305 LoadStringW(shell32_hInstance, IDS_PICK_ICON_FILTER, szFilter, _countof(szFilter)); in PickIconProc()
427 …DialogBoxParamW(shell32_hInstance, MAKEINTRESOURCEW(IDD_RUN), hWndOwner, RunDlgProc, (LPARAM)&rfdp… in RunFileDlg()
542 prfdp->hIcon = LoadIconW(shell32_hInstance, MAKEINTRESOURCEW(IDI_SHELL_RUN)); in RunDlgProc()
734 … LoadStringW(shell32_hInstance, IDS_RUNDLG_BROWSE_FILTER, filter, _countof(filter)); in RunDlgProc()
1024 LoadStringW(shell32_hInstance, PromptId, Prompt, _countof(Prompt)); in ConfirmDialog()
1025 LoadStringW(shell32_hInstance, TitleId, Title, _countof(Title)); in ConfirmDialog()
1308 hDlg, NULL, shell32_hInstance, NULL); in CreateToolTipForButtons()
1311 LoadStringW(shell32_hInstance, detailID, szBuffer, _countof(szBuffer)); in CreateToolTipForButtons()
1314 LoadStringW(shell32_hInstance, titleID, szBuffer, _countof(szBuffer)); in CreateToolTipForButtons()
1421 pContext->hImageStrip = LoadBitmapW(shell32_hInstance, MAKEINTRESOURCEW(IDB_IMAGE_STRIP)); in FancyLogoffOnInit()
[all …]
H A Ddrive.cpp226 …if (LoadStringW(shell32_hInstance, IDS_DEFAULT_CLUSTER_SIZE, wszDefaultSize, _countof(wszDefaultSi… in InsertDefaultClusterSizeForFs()
297 …cchText += LoadStringW(shell32_hInstance, IDS_DRIVE_FIXED, &szText[cchText], _countof(szText) - cc… in InitializeFormatDriveDlg()
374 …ShellMessageBoxW(shell32_hInstance, FormatDrvDialog, MAKEINTRESOURCEW(IDS_FORMAT_COMPLETE), MAKEIN… in FormatExCB()
577 if (ShellMessageBoxW(shell32_hInstance, hwndDlg, in FormatDriveDlg()
635 …result = DialogBoxParamW(shell32_hInstance, MAKEINTRESOURCEW(IDD_FORMAT_DRIVE), hwnd, FormatDriveD… in SHFormatDrive()
640 …ShellMessageBoxW(shell32_hInstance, hwnd, MAKEINTRESOURCEW(IDS_NO_FORMAT), MAKEINTRESOURCEW(IDS_NO… in SHFormatDrive()
H A Dgeneral.cpp173 hTaskIcon = (HICON)LoadImage(shell32_hInstance, lpTaskIconName, in GeneralDlg_UpdateIcons()
190 hFolderIcon = (HICON)LoadImage(shell32_hInstance, lpFolderIconName, in GeneralDlg_UpdateIcons()
207 hClickIcon = (HICON)LoadImage(shell32_hInstance, lpClickIconName, in GeneralDlg_UpdateIcons()
H A Ddrvdefext.cpp61 cchText = LoadStringW(shell32_hInstance, IDS_DRIVE_FIXED, pwszText, cchTextMax); in GetDriveNameWithLetter()
410 LoadStringW(shell32_hInstance, IDS_FS_UNKNOWN, wszFileSystem, _countof(wszFileSystem)); in InitGeneralPage()
443 …HICON hIcon = (HICON)LoadImage(shell32_hInstance, MAKEINTRESOURCE(IconId), IMAGE_ICON, 32, 32, LR_… in InitGeneralPage()
446 if (TypeStrId && LoadStringW(shell32_hInstance, TypeStrId, wszBuf, _countof(wszBuf))) in InitGeneralPage()
617 …DialogBoxParamW(shell32_hInstance, MAKEINTRESOURCEW(IDD_CHECK_DISK), hwndDlg, ChkDskDlg, (LPARAM)p… in ExtraPageProc()
H A Dfiledefext.cpp247 cchWritten = LoadStringW(shell32_hInstance, IDS_BYTES_FORMAT, pwszEnd, cchRemaining); in SH_FormatByteSize()
366 LoadStringW(shell32_hInstance, IDS_UNKNOWN_APP, wszBuf, _countof(wszBuf)); in InitOpensWithField()
617 LoadStringW(shell32_hInstance, IDS_FILE_FOLDER, wszFormat, _countof(wszFormat)); in InitFileAttr()
652 LoadStringW(shell32_hInstance, IDS_EXE_DESCRIPTION, wszBuf, _countof(wszBuf)); in InitGeneralPage()
1066 m_hFolderIcon = LoadIconW(shell32_hInstance, MAKEINTRESOURCEW(IDI_SHELL_FOLDER)); in UpdateFolderIcon()
1426 LoadStringW(shell32_hInstance, IDS_FILE_FOLDER, wszFormat, _countof(wszFormat)); in CountFolderAndFiles()
1448 LoadStringW(shell32_hInstance, IDS_FILE_FOLDER, wszFormat, _countof(wszFormat)); in CountFolderAndFiles()
H A Dfiletypes.cpp200 Entry->hIconSmall = HICON(LoadImageW(shell32_hInstance, MAKEINTRESOURCEW(IDI_SHELL_EXE), in GetFileTypeIconsEx()
329 pG->hDefExtIconSmall = HICON(LoadImageW(shell32_hInstance, MAKEINTRESOURCEW(ResId), in InitializeDefaultIcons()
906 LoadStringW(shell32_hInstance, IDS_EXE_FILTER, szFilter, _countof(szFilter)); in ActionDlg_OnBrowse()
1467 if (IDOK == DialogBoxParamW(shell32_hInstance, MAKEINTRESOURCEW(IDD_ACTION), hwndDlg, in EditTypeDlg_OnCommand()
1543 if (IDOK == DialogBoxParamW(shell32_hInstance, MAKEINTRESOURCEW(IDD_ACTION), hwndDlg, in EditTypeDlg_OnCommand()
1683 if (LoadStringW(shell32_hInstance, IDS_COLUMN_EXTENSION, szBuf, _countof(szBuf))) in FileTypesDlg_InitListView()
1691 if (LoadStringW(shell32_hInstance, IDS_FILE_TYPES, szBuf, _countof(szBuf))) in FileTypesDlg_InitListView()
1770 LoadStringW(shell32_hInstance, IDS_NONE, pG->NoneString, _countof(pG->NoneString)); in FileTypesDlg_Initialize()
1907 … if (IDOK == DialogBoxParamW(shell32_hInstance, MAKEINTRESOURCEW(IDD_NEWEXTENSION), in FolderOptionsFileTypesDlg()
1937 DialogBoxParamW(shell32_hInstance, MAKEINTRESOURCEW(IDD_EDITTYPE), in FolderOptionsFileTypesDlg()
H A Dfolder_options.cpp220 hIcon = LoadIconW(shell32_hInstance, MAKEINTRESOURCEW(IDI_SHELL_FOLDER_OPTIONS)); in PropSheetProc()
271 pinfo.hInstance = shell32_hInstance; in ShowFolderOptionsDialogThreadProc()
H A Drecycler_prop.cpp75 if (!LoadStringW(shell32_hInstance, IDS_RECYCLEBIN_LOCATION, szVolume, _countof(szVolume))) in InitializeRecycleBinDlg()
91 if (!LoadStringW(shell32_hInstance, IDS_RECYCLEBIN_DISKSPACE, szVolume, _countof(szVolume))) in InitializeRecycleBinDlg()
/reactos/dll/win32/shell32/
H A Dpropsheet.cpp108 LoadStringW(shell32_hInstance, IDS_CANTSHOWPROPERTIES, szFormat, _countof(szFormat)); in SHELL32_PropertySheet()
128 psh.hInstance = shell32_hInstance; in SHELL32_OpenPropSheet()
226 PROPSHEETPAGEW Page = { sizeof(Page), PSP_DEFAULT, shell32_hInstance }; in SH_CreatePropertySheetPageEx()
H A DCOpenWithMenu.cpp882 … int dReturnValue = DialogBox(shell32_hInstance, MAKEINTRESOURCE(IDD_NOOPEN), hwnd, NoOpenDlgProc); in IsNoOpen()
938 ofn.hInstance = shell32_hInstance; in Browse()
946 if (LoadStringW(shell32_hInstance, IDS_OPEN_WITH, wszTitle, sizeof(wszTitle) / sizeof(WCHAR))) in Browse()
953 …if (LoadStringW(shell32_hInstance, IDS_OPEN_WITH_FILTER, wszFilter, sizeof(wszFilter) / sizeof(WCH… in Browse()
1030 …hFolderIcon = (HICON)LoadImage(shell32_hInstance, MAKEINTRESOURCE(IDI_SHELL_PROGRAMS_FOLDER), IMAG… in Init()
1033 LoadStringW(shell32_hInstance, IDS_OPEN_WITH_RECOMMENDED, wszBuf, _countof(wszBuf)); in Init()
1036 LoadStringW(shell32_hInstance, IDS_OPEN_WITH_OTHER, wszBuf, _countof(wszBuf)); in Init()
1211 if (!LoadStringW(shell32_hInstance, IDS_OPEN_WITH_CHOOSE, wszBuf, _countof(wszBuf))) in AddChooseProgramItem()
1271 if (!LoadStringW(shell32_hInstance, NameId, wszName, _countof(wszName))) in QueryContextMenu()
1477 ret = DialogBoxParamW(shell32_hInstance, MAKEINTRESOURCE(IDD_OPEN_WITH), hwndParent, in SHOpenWithDialog()
H A DCNewMenu.cpp341 if (!LoadStringW(shell32_hInstance, FCIDM_SHVIEW_NEWFOLDER, wszBuf, _countof(wszBuf))) in InsertShellNewItems()
354 if (!LoadStringW(shell32_hInstance, FCIDM_SHVIEW_NEWLINK, wszBuf, _countof(wszBuf))) in InsertShellNewItems()
464 if (!LoadStringW(shell32_hInstance, IDS_NEWFOLDER, wszNewFolder, _countof(wszNewFolder))) in CreateNewFolder()
643 if (!LoadStringW(shell32_hInstance, FCIDM_SHVIEW_NEW, wszNew, _countof(wszNew))) in QueryContextMenu()
791 …m_hIconFolder = (HICON)LoadImage(shell32_hInstance, MAKEINTRESOURCE(IDI_SHELL_FOLDER), IMAGE_ICON,… in Initialize()
801 …m_hIconLink = (HICON)LoadImage(shell32_hInstance, MAKEINTRESOURCE(IDI_SHELL_SHORTCUT), IMAGE_ICON,… in Initialize()
H A Dshell32.cpp365 HINSTANCE shell32_hInstance; variable
378 shell32_hInstance = hInstance; in DllMain()
398 shell32_hInstance = NULL; in DllMain()
H A Dshlfileop.cpp212 …return DialogBoxParamW(shell32_hInstance, MAKEINTRESOURCEW(IDD_YESTOALL_MSGBOX), hWnd, ConfirmMsgB… in SHELL_ConfirmMsgBox()
225 ids->hIconInstance = shell32_hInstance; in SHELL_ConfirmIDs()
308 …LoadStringW(shell32_hInstance, ids.caption_resource_id, szCaption, sizeof(szCaption)/sizeof(WCHAR)… in SHELL_ConfirmDialogW()
309 LoadStringW(shell32_hInstance, ids.text_resource_id, szText, sizeof(szText)/sizeof(WCHAR)); in SHELL_ConfirmDialogW()
485 … LoadStringW(shell32_hInstance, IDS_FILEOOP_COPYING, szTitle, sizeof(szTitle)/sizeof(WCHAR)); in _SetOperationTitle()
486 …LoadStringW(shell32_hInstance, IDS_FILEOOP_FROM_TO, op->szBuilderString, sizeof( op->szBuilderStri… in _SetOperationTitle()
490 … LoadStringW(shell32_hInstance, IDS_FILEOOP_DELETING, szTitle, sizeof(szTitle)/sizeof(WCHAR)); in _SetOperationTitle()
491 …LoadStringW(shell32_hInstance, IDS_FILEOOP_FROM, op->szBuilderString, sizeof( op->szBuilderString)… in _SetOperationTitle()
495 … LoadStringW(shell32_hInstance, IDS_FILEOOP_MOVING, szTitle, sizeof(szTitle)/sizeof(WCHAR)); in _SetOperationTitle()
502 …LoadStringW(shell32_hInstance, IDS_FILEOOP_PREFLIGHT, szPreflight, sizeof(szPreflight)/sizeof(WCHA… in _SetOperationTitle()
[all …]
H A Dshfldr.h179 return SHSetStrRet(pStrRet, shell32_hInstance, resId); in SHSetStrRet()
H A DCQueryAssociations.cpp29 LoadStringW(shell32_hInstance, IDS_DIRECTORY, cache, _countof(cache)); in SHELL32_AssocGetFSDirectoryDescription()
37 LoadStringW(shell32_hInstance, IDS_ANY_FILE, fmt, _countof(fmt)); in GetExtensionDefaultDescription()
H A DCDefViewBckgrndMenu.cpp186 hMenuPart = LoadMenuW(shell32_hInstance, L"MENU_002"); in QueryContextMenu()
/reactos/dll/win32/shell32/shelldesktop/
H A Dshelldesktop.h39 extern HINSTANCE shell32_hInstance;
/reactos/dll/win32/shell32/shellmenu/
H A Dshellmenu.h98 extern HINSTANCE shell32_hInstance;
/reactos/modules/rostests/apitests/shell32/
H A DShellExecCmdLine.cpp27 #define shell32_hInstance GetModuleHandle(NULL) macro
189 … LoadStringW(shell32_hInstance, IDS_FILE_NOT_FOUND, szFormat, _countof(szFormat)); in ShellExecCmdLine()
205 … LoadStringW(shell32_hInstance, IDS_FILE_NOT_FOUND, szFormat, _countof(szFormat)); in ShellExecCmdLine()
/reactos/dll/win32/shell32/droptargets/
H A DCFSDropTarget.cpp182 if (!LoadStringW(shell32_hInstance, IDS_LNK_FILE, wszLink, _countof(wszLink))) in _GetUniqueFileName()
237 HMENU hmenu = LoadMenuW(shell32_hInstance, MAKEINTRESOURCEW(IDM_DRAGFILE)); in _GetEffectFromMenu()

12