Home
last modified time | relevance | path

Searched refs:hShell32 (Results 1 – 16 of 16) sorted by relevance

/reactos/modules/rostests/tests/Imagelistviewer/
H A Dmain.c31 HMODULE hShell32; in DisplayImageList() local
35 hShell32 = LoadLibrary(_T("shell32.dll")); in DisplayImageList()
36 if(hShell32 == NULL) in DisplayImageList()
39 Shell_GetImageLists = (SH_GIL_PROC)GetProcAddress(hShell32, (LPCSTR)71); in DisplayImageList()
40 FileIconInit = (FII_PROC)GetProcAddress(hShell32, (LPCSTR)660); in DisplayImageList()
44 FreeLibrary(hShell32); in DisplayImageList()
58 FreeLibrary(hShell32); in DisplayImageList()
/reactos/base/applications/taskmgr/
H A Drun.c13 HMODULE hShell32; in TaskManager_OnFileNew() local
22 hShell32 = LoadLibraryW(L"SHELL32.DLL"); in TaskManager_OnFileNew()
23 RunFileDlg = (RUNFILEDLG)(FARPROC)GetProcAddress(hShell32, (LPCSTR)61); in TaskManager_OnFileNew()
37 FreeLibrary(hShell32); in TaskManager_OnFileNew()
/reactos/modules/rostests/apitests/shell32/
H A DShe.cpp75 HINSTANCE hShell32 = GetModuleHandleW(L"shell32"); in START_TEST() local
76 pSheRemoveQuotesA = (FN_SheRemoveQuotesA)GetProcAddress(hShell32, "SheRemoveQuotesA"); in START_TEST()
77 pSheRemoveQuotesW = (FN_SheRemoveQuotesW)GetProcAddress(hShell32, "SheRemoveQuotesW"); in START_TEST()
H A DOpenAs_RunDLL.cpp175 HINSTANCE hShell32 = LoadLibraryA("shell32.dll"); in START_TEST() local
176 if (hShell32 == NULL) in START_TEST()
182 pOpenAs_RunDLLA = (OPENAS_RUNDLLA)GetProcAddress(hShell32, "OpenAs_RunDLLA"); in START_TEST()
189 pOpenAs_RunDLLW = (OPENAS_RUNDLLW)GetProcAddress(hShell32, "OpenAs_RunDLLW"); in START_TEST()
216 FreeLibrary(hShell32); in START_TEST()
H A DCheckEscapes.cpp166 HINSTANCE hShell32 = GetModuleHandleA("shell32"); in START_TEST() local
167 s_pCheckEscapesA = (FN_CheckEscapesA)GetProcAddress(hShell32, "CheckEscapesA"); in START_TEST()
168 s_pCheckEscapesW = (FN_CheckEscapesW)GetProcAddress(hShell32, "CheckEscapesW"); in START_TEST()
H A DShellExecCmdLine.cpp645 HMODULE hShell32 = GetModuleHandleA("shell32"); in START_TEST() local
646 g_pShellExecCmdLine = (SHELLEXECCMDLINE)GetProcAddress(hShell32, (LPCSTR)(INT_PTR)265); in START_TEST()
/reactos/win32ss/printing/base/winspool/
H A Dutils.c17 static HMODULE hShell32 = (HMODULE)-1; variable
362 if ( hShell32 == (HMODULE)-1 ) in UpdateTrayIcon()
364 hShell32 = LoadLibraryW(L"shell32.dll"); in UpdateTrayIcon()
367 if ( hShell32 ) in UpdateTrayIcon()
369 fpFunction = (PPfpSHChangeNotify)GetProcAddress( hShell32, "SHChangeNotify" ); in UpdateTrayIcon()
/reactos/modules/rostests/winetests/shell32/
H A Dstring.c34 static HMODULE hShell32; variable
104 hShell32 = GetModuleHandleA("shell32.dll"); in START_TEST()
106 pStrRetToStrNAW = (void*)GetProcAddress(hShell32, (LPSTR)96); in START_TEST()
H A Dshellpath.c188 HMODULE hShell32 = GetModuleHandleA("shell32"); in loadShell32() local
191 p ## func = (void*)GetProcAddress(hShell32, #func); \ in loadShell32()
205 pILFindLastID = (void *)GetProcAddress(hShell32, (LPCSTR)16); in loadShell32()
/reactos/dll/shellext/netplwiz/
H A DSHDisconnectNetDrives.c43 HMODULE hShell32; in EnumerateConnectedDrives() local
54 hShell32 = GetModuleHandleW(L"shell32.dll"); in EnumerateConnectedDrives()
55 if (hShell32 == NULL) in EnumerateConnectedDrives()
58 hIconDrive = LoadImageW(hShell32, MAKEINTRESOURCEW(10), IMAGE_ICON, in EnumerateConnectedDrives()
/reactos/dll/win32/shdocvw/
H A DCFavBand.cpp55 HINSTANCE hShell32 = ::LoadLibraryExW(L"shell32.dll", NULL, LOAD_LIBRARY_AS_DATAFILE); in _GetTitle() local
56 if (hShell32) in _GetTitle()
58 ::LoadStringW(hShell32, IDS_FAVORITES, pszTitle, cchTitle); in _GetTitle()
59 ::FreeLibrary(hShell32); in _GetTitle()
/reactos/base/applications/regedit/
H A Dtreeview.c440 HMODULE hShell32 = GetModuleHandleW(L"shell32.dll"); in InitTreeViewImageLists() local
447 hico = LoadImageW(hShell32, in InitTreeViewImageLists()
459 hico = LoadImageW(hShell32, in InitTreeViewImageLists()
471 hico = LoadImageW(hShell32, in InitTreeViewImageLists()
/reactos/dll/cpl/appwiz/
H A Dcreatelink.c420 HMODULE hShell32 = GetModuleHandleW(L"shell32.dll"); in FinishDlgProc() local
421 LoadStringW(hShell32, IDS_NEWITEMFORMAT, szText, _countof(szText)); in FinishDlgProc()
422 LoadStringW(hShell32, IDS_LNK_FILE, szMessage, _countof(szMessage)); in FinishDlgProc()
/reactos/base/shell/cmd/
H A Dcmd.c270 HMODULE hShell32; in RunFile() local
275 hShell32 = LoadLibrary(_T("SHELL32.DLL")); in RunFile()
276 if (!hShell32) in RunFile()
282 hShExt = (MYEX)(FARPROC)GetProcAddress(hShell32, SHELLEXECUTETEXT); in RunFile()
286 FreeLibrary(hShell32); in RunFile()
303 FreeLibrary(hShell32); in RunFile()
/reactos/dll/cpl/desk/
H A Dbackground.c298 HINSTANCE hShell32; in AddListViewItems() local
310 hShell32 = GetModuleHandleW(L"shell32.dll"); in AddListViewItems()
311 hIcon = (HICON)LoadImageW(hShell32, MAKEINTRESOURCEW(IDI_SHELL_NO), IMAGE_ICON, cx, cy, 0); in AddListViewItems()
/reactos/modules/rostests/winetests/comctl32/
H A Dimagelist.c1322 HMODULE hShell32; in test_shell_imagelist() local
1329 hShell32 = LoadLibraryA("shell32.dll"); in test_shell_imagelist()
1330 pSHGetImageList = (void*)GetProcAddress(hShell32, (LPCSTR) 727); in test_shell_imagelist()
1335 FreeLibrary(hShell32); in test_shell_imagelist()
1344 FreeLibrary(hShell32); in test_shell_imagelist()
1362 FreeLibrary(hShell32); in test_shell_imagelist()