Searched refs:CSIDL_SYSTEM (Results 1 – 10 of 10) sorted by relevance
/reactos/base/applications/msconfig/ |
H A D | toolspage.c | 49 …tem(IDS_TOOLS_CMD_NAME, IDS_TOOLS_CMD_DESCR, IDS_TOOLS_CMD_CMD, IDS_TOOLS_CMD_PARAM, CSIDL_SYSTEM); in FillListView() 51 …TOOLS_SYSDM_NAME, IDS_TOOLS_SYSDM_DESCR, IDS_TOOLS_SYSDM_CMD, IDS_TOOLS_SYSDM_PARAM, CSIDL_SYSTEM); in FillListView() 52 …IDS_TOOLS_INFO_NAME, IDS_TOOLS_INFO_DESCR, IDS_TOOLS_INFO_CMD, IDS_TOOLS_INFO_PARAM, CSIDL_SYSTEM); in FillListView()
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | SHParseDisplayName.cpp | 62 {__LINE__, L"shell:system", NULL, CSIDL_SYSTEM, S_OK, T_PRE_VISTA}, 66 {__LINE__, L"shell:windows\\system32", NULL, CSIDL_SYSTEM, S_OK, T_PRE_VISTA},
|
H A D | SHCreateFileDataObject.cpp | 210 hr = SHGetFolderPathW(NULL, CSIDL_SYSTEM, NULL, 0, ExpectItem1); in TestDefaultFormat() 431 hr = SHGetFolderLocation(NULL, CSIDL_SYSTEM, NULL, 0, &pidlSystem32); in START_TEST()
|
H A D | SHCreateDataObject.cpp | 208 hr = SHGetFolderPathW(NULL, CSIDL_SYSTEM, NULL, 0, ExpectItem1); in TestDefaultFormat() 429 hr = SHGetFolderLocation(NULL, CSIDL_SYSTEM, NULL, 0, &pidlSystem32); in START_TEST()
|
H A D | CIDLData.cpp | 205 hr = SHGetFolderPathW(NULL, CSIDL_SYSTEM, NULL, 0, ExpectItem1); in TestDefaultFormat() 420 hr = SHGetFolderLocation(NULL, CSIDL_SYSTEM, NULL, 0, &pidlSystem32); in START_TEST()
|
/reactos/sdk/tools/mkshelllink/ |
H A D | mkshelllink.c | 28 #define CSIDL_SYSTEM 0x25 macro 147 { CSIDL_SYSTEM, "system" },
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | shellpath.c | 173 DECLARE_TYPE(CSIDL_SYSTEM, folderType), 278 CSIDL_TO_STR(CSIDL_SYSTEM); in getFolderName() 1166 CSIDL_SYSTEM, 1602 matchSpecialFolderPathToEnv(CSIDL_SYSTEM, "winsysdir"); in test_EnvVars() 1659 if (pSHGetSpecialFolderPathA(NULL, systemShellPath, CSIDL_SYSTEM, FALSE)) in testSystemDir()
|
/reactos/dll/win32/syssetup/ |
H A D | install.c | 463 csidl = CSIDL_SYSTEM; in RegisterTypeLibraries()
|
/reactos/sdk/include/psdk/ |
H A D | shlobj.h | 2209 #define CSIDL_SYSTEM 0x0025 macro
|
/reactos/dll/win32/msi/ |
H A D | package.c | 696 SHGetFolderPathW(NULL, CSIDL_SYSTEM, NULL, 0, pth); in set_installer_properties()
|