Home
last modified time | relevance | path

Searched refs:CSIDL_SYSTEM (Results 1 – 10 of 10) sorted by relevance

/reactos/base/applications/msconfig/
H A Dtoolspage.c49 …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 DSHParseDisplayName.cpp62 {__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 DSHCreateFileDataObject.cpp210 hr = SHGetFolderPathW(NULL, CSIDL_SYSTEM, NULL, 0, ExpectItem1); in TestDefaultFormat()
431 hr = SHGetFolderLocation(NULL, CSIDL_SYSTEM, NULL, 0, &pidlSystem32); in START_TEST()
H A DSHCreateDataObject.cpp208 hr = SHGetFolderPathW(NULL, CSIDL_SYSTEM, NULL, 0, ExpectItem1); in TestDefaultFormat()
429 hr = SHGetFolderLocation(NULL, CSIDL_SYSTEM, NULL, 0, &pidlSystem32); in START_TEST()
H A DCIDLData.cpp205 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 Dmkshelllink.c28 #define CSIDL_SYSTEM 0x25 macro
147 { CSIDL_SYSTEM, "system" },
/reactos/modules/rostests/winetests/shell32/
H A Dshellpath.c173 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 Dinstall.c463 csidl = CSIDL_SYSTEM; in RegisterTypeLibraries()
/reactos/sdk/include/psdk/
H A Dshlobj.h2209 #define CSIDL_SYSTEM 0x0025 macro
/reactos/dll/win32/msi/
H A Dpackage.c696 SHGetFolderPathW(NULL, CSIDL_SYSTEM, NULL, 0, pth); in set_installer_properties()