Home
last modified time | relevance | path

Searched refs:shell32 (Results 1 – 25 of 261) sorted by relevance

1234567891011

/reactos/dll/win32/shell32/
H A DCMakeLists.txt7 spec2def(shell32.dll shell32.spec ADD_IMPORTLIB)
44 shell32.cpp
105 add_rc_deps(shell32.rc ${shell32_rc_deps})
107 add_library(shell32 MODULE target
110 shell32.rc
111 ${CMAKE_CURRENT_BINARY_DIR}/shell32.def)
115 remove_target_compile_option(shell32 "/we4311")
121 set_module_type(shell32 win32dll UNICODE)
125 add_dependencies(shell32 stdole2) # shell32_shldisp.tlb needs stdole2.tlb
126 add_pch(shell32 precomp.h "${PCH_SKIP_SOURCE}")
[all …]
H A Dshell32_version.rc2 * version information for shell32.dll
25 #define WINE_FILENAME_STR "shell32.dll"
/reactos/boot/bootdata/
H A Dhivecls.inf790 ;; In shell32.dll
827 ;; In shell32.dll
863 ;; In shell32.dll
899 ;; In shell32.dll
935 ;; In shell32.dll
971 ;; In shell32.dll
1008 ;; In shell32.dll
1045 ;; In shell32.dll
1081 ;; In shell32.dll
1117 ;; In shell32.dll
[all …]
/reactos/modules/rostests/unittests/interop/
H A DLocaleTests.cpp20 shell32, enumerator
80 { SH32_PROGRAMS, { shell32, 45 /* IDS_PROGRAMS "Start Menu\Programs" */, 2 } }, in InitParts()
81 { SH32_STARTUP, { shell32, 48 /* IDS_STARTUP "Start Menu\Programs\StartUp" */, 3 } }, in InitParts()
82 { SH32_STARTMENU, { shell32, 51 /* IDS_STARTMENU "Start Menu" */, 1 } }, in InitParts()
83 { SH32_PROGRAM_FILES, { shell32, 63 /* IDS_PROGRAM_FILES "Program Files" */, 1 } }, in InitParts()
84 …{ SH32_PROGRAM_FILES_COMMON, { shell32, 65 /* IDS_PROGRAM_FILES_COMMON "Program Files\Common Files… in InitParts()
85 …{ SH32_ADMINTOOLS, { shell32, 67 /* IDS_ADMINTOOLS "Start Menu\Programs\Administrative Tools" */, … in InitParts()
313 ADD_LIB(shell32, L"dll\\win32\\shell32\\shell32.dll"); in TEST_LocaleTests()
321 ADD_LIB(shell32, L"shell32.dll"); in TEST_LocaleTests()
/reactos/modules/rostests/winetests/comctl32/
H A Danimate.c36 static HANDLE shell32; variable
101 0, 0, rect.right, rect.bottom, hAnimateParentWnd, NULL, shell32, 0); in create_animate()
136 …res = SendMessageA(hAnimateWnd, ACM_OPENA,(WPARAM)shell32, (LPARAM)MAKEINTRESOURCE(INVALID_AVI_IND… in test_play()
149 …res = SendMessageA(hAnimateWnd, ACM_OPENA,(WPARAM)shell32, (LPARAM)MAKEINTRESOURCE(SEARCHING_AVI_I… in test_play()
158 shell32 = LoadLibraryA("Shell32.dll"); in START_TEST()
/reactos/modules/rosapps/applications/sysutils/mkdosfs/
H A Dmkdosfs.dsp51 …b shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi3…
52 …b shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi3…
74 …b shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi3…
75 …b shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi3…
/reactos/dll/win32/shlwapi/
H A Dshlwapi_ros.diff52 - GET_FUNC(pIsNetDrive, shell32, (LPCSTR)66, FALSE); /* ord 66 = shell32.IsNetDrive */
62 - GET_FUNC(pIsNetDrive, shell32, (LPCSTR)66, FALSE); /* ord 66 = shell32.IsNetDrive */
/reactos/dll/win32/shell32/res/rgs/
H A Drecyclebin.rgs10 DefaultIcon = e '%%SystemRoot%%\System32\shell32.dll,31'
12 val Empty = e '%%SystemRoot%%\System32\shell32.dll,31'
13 val Full = e '%%SystemRoot%%\System32\shell32.dll,32'
H A Dfolderoptions.rgs15 Command = s 'rundll32.exe shell32.dll,Options_RunDLL 0'
19 Command = s 'rundll32.exe shell32.dll,Options_RunDLL 0'
H A Dcontrolpanel.rgs9 DefaultIcon = e '%%SystemRoot%%\System32\shell32.dll,-137'
92 Command = s 'rundll32.exe shell32.dll,Options_RunDLL 1'
/reactos/dll/win32/shfolder/
H A Dshfolder.spec1 @ stdcall SHGetFolderPathA(long long long long ptr) shell32.SHGetFolderPathA
2 @ stdcall SHGetFolderPathW(long long long long ptr) shell32.SHGetFolderPathW
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dshellclasses.dsp53 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.…
54 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib o…
76 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.…
77 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib o…
99 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.…
100 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib o…
122 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.…
123 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib o…
/reactos/modules/rostests/apitests/com/
H A DCMakeLists.txt13 shell32.c
25 add_importlibs(com_apitest advapi32 ole32 shlwapi shell32 msvcrt kernel32 ntdll)
/reactos/dll/cpl/main/
H A DCMakeLists.txt10 set(ICONS_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../win32/shell32/res/icons)
21 add_importlibs(main advapi32 user32 comctl32 devmgr comdlg32 shell32 gdi32 msvcrt kernel32)
/reactos/dll/shellext/mydocs/
H A DCMakeLists.txt6 set(ICONS_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../win32/shell32/res/icons)
23 add_importlibs(mydocs advapi32 shell32 user32 comctl32 shlwapi msvcrt kernel32 ntdll)
H A Dmydocs.rc16 100 ICON "../../win32/shell32/res/icons/235.ico" // IDI_SHELL_MY_DOCUMENTS
17 101 ICON "../../win32/shell32/res/icons/236.ico" // IDI_SHELL_MY_PICTURES
/reactos/modules/rostests/tests/enumwnd/
H A Denumwnd.dsp51 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.…
52 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib o…
75 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.…
76 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib o…
/reactos/modules/rostests/tests/polytest/
H A Dpolytest.dsp51 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.…
52 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib o…
74 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.…
75 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib o…
/reactos/dll/shellext/stobject/lang/
H A Dja-JP.rc20 IDS_PWR_RUN "shell32.dll,Control_RunDLL PowerCfg.cpl"
32 IDS_HOTPLUG_RUN "shell32.dll,Control_RunDLL hotplug.dll"
H A Dzh-CN.rc22 IDS_PWR_RUN "shell32.dll,Control_RunDLL PowerCfg.cpl"
34 IDS_HOTPLUG_RUN "shell32.dll,Control_RunDLL hotplug.dll"
H A Dhi-IN.rc27 IDS_PWR_RUN "shell32.dll,Control_RunDLL PowerCfg.cpl"
39 IDS_HOTPLUG_RUN "shell32.dll,Control_RunDLL hotplug.dll"
H A Dru-RU.rc28 IDS_PWR_RUN "shell32.dll,Control_RunDLL PowerCfg.cpl"
40 IDS_HOTPLUG_RUN "shell32.dll,Control_RunDLL hotplug.dll"
H A Dzh-HK.rc28 IDS_PWR_RUN "shell32.dll,Control_RunDLL PowerCfg.cpl"
40 IDS_HOTPLUG_RUN "shell32.dll,Control_RunDLL hotplug.dll"
H A Dzh-TW.rc28 IDS_PWR_RUN "shell32.dll,Control_RunDLL PowerCfg.cpl"
40 IDS_HOTPLUG_RUN "shell32.dll,Control_RunDLL hotplug.dll"
/reactos/modules/rostests/win32/user32/kbdlayout/
H A Dkbdlayout.dsp51 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.…
52 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib o…
75 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.…
76 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib o…

1234567891011