Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dshelltests.cpp91 SpecialFolderFSPath programs(CSIDL_PROGRAM_FILES, hwnd); in main()
/reactos/modules/rostests/apitests/shell32/
H A DSHParseDisplayName.cpp65 {__LINE__, L"shell:programfiles", NULL, CSIDL_PROGRAM_FILES, S_OK, T_PRE_VISTA},
/reactos/base/applications/rapps/
H A Dmisc.cpp505 return GetSpecialPath(CSIDL_PROGRAM_FILES, Path, hwnd); in GetProgramFilesPath()
/reactos/modules/rostests/winetests/version/
H A Dinstall.c121 !SHGetSpecialFolderPathA(0, appdir, CSIDL_PROGRAM_FILES, FALSE) || in test_find_file()
/reactos/modules/rostests/winetests/shell32/
H A Dshellpath.c169 DECLARE_TYPE(CSIDL_PROGRAM_FILES, folderType),
279 CSIDL_TO_STR(CSIDL_PROGRAM_FILES); in getFolderName()
792 CSIDL_PROGRAM_FILES,
1595 matchSpecialFolderPathToEnv(CSIDL_PROGRAM_FILES, "ProgramFiles"); in test_EnvVars()
H A Dshelldispatch.c194 r = SHGetFolderPathW(NULL, CSIDL_PROGRAM_FILES, NULL, SHGFP_TYPE_CURRENT, path); in test_namespace()
210 r = SHGetSpecialFolderLocation(NULL, CSIDL_PROGRAM_FILES, &pidl); in test_namespace()
H A Dshlfolder.c1202 hr = SHGetSpecialFolderLocation(NULL, CSIDL_PROGRAM_FILES, &pidlPrograms); in test_SHGetPathFromIDList()
1724 hr = SHGetFolderPathA( 0, CSIDL_PROGRAM_FILES, 0, SHGFP_TYPE_CURRENT, path ); in test_SHGetFolderPathA()
/reactos/modules/rostests/winetests/msi/
H A Dcustom.c1419 SHGetFolderPathA(NULL, CSIDL_PROGRAM_FILES, NULL, 0, path); in pf_exists()
1687 SHGetFolderPathA(NULL, CSIDL_PROGRAM_FILES, NULL, 0, expect); in ppc_present()
2099 SHGetFolderPathA(NULL, CSIDL_PROGRAM_FILES, NULL, 0, path); in ini_present()
2114 SHGetFolderPathA(NULL, CSIDL_PROGRAM_FILES, NULL, 0, path); in ini_absent()
/reactos/dll/win32/shell32/wine/
H A Dshellpath.c2049 case CSIDL_PROGRAM_FILES: in _SHGetDefaultValue()
2052 folder = is_wow64 ? CSIDL_PROGRAM_FILESX86 : CSIDL_PROGRAM_FILES; in _SHGetDefaultValue()
/reactos/sdk/include/psdk/
H A Dshlobj.h2210 #define CSIDL_PROGRAM_FILES 0x0026 macro