Searched refs:CSIDL_PROGRAM_FILES (Results 1 – 10 of 10) sorted by relevance
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | shelltests.cpp | 91 SpecialFolderFSPath programs(CSIDL_PROGRAM_FILES, hwnd); in main()
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | SHParseDisplayName.cpp | 65 {__LINE__, L"shell:programfiles", NULL, CSIDL_PROGRAM_FILES, S_OK, T_PRE_VISTA},
|
/reactos/base/applications/rapps/ |
H A D | misc.cpp | 505 return GetSpecialPath(CSIDL_PROGRAM_FILES, Path, hwnd); in GetProgramFilesPath()
|
/reactos/modules/rostests/winetests/version/ |
H A D | install.c | 121 !SHGetSpecialFolderPathA(0, appdir, CSIDL_PROGRAM_FILES, FALSE) || in test_find_file()
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | shellpath.c | 169 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 D | shelldispatch.c | 194 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 D | shlfolder.c | 1202 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 D | custom.c | 1419 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 D | shellpath.c | 2049 case CSIDL_PROGRAM_FILES: in _SHGetDefaultValue() 2052 folder = is_wow64 ? CSIDL_PROGRAM_FILESX86 : CSIDL_PROGRAM_FILES; in _SHGetDefaultValue()
|
/reactos/sdk/include/psdk/ |
H A D | shlobj.h | 2210 #define CSIDL_PROGRAM_FILES 0x0026 macro
|