Searched refs:EF_SYS_DIR (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/apitests/shlwapi/ |
H A D | PathFindOnPath.c | 28 #define EF_SYS_DIR 8 macro 91 { 26, 0, BEEF, EF_SYS_DIR, L"", L"" }, 92 { 27, 0, BEEF, EF_SYS_DIR, L"Fonts", L"Fonts" }, 93 { 28, 0, BEEF, EF_SYS_DIR, L"notepad", L"notepad" }, 94 { 29, 0, BEEF, EF_SYS_DIR, L"notepad.exe", L"notepad.exe" }, 95 { 30, 0, BEEF, EF_SYS_DIR, L"system32", L"system32" }, 96 { 31, 0, BEEF, EF_SYS_DIR, L"invalid name", L"invalid name" }, 98 { 32, 0, BEEF, EF_SYS_DIR, L"", L"", NULL, s_Dirs }, 99 { 33, 0, BEEF, EF_SYS_DIR, L"Fonts", L"Fonts", NULL, s_Dirs }, 105 { 38, 1, BEEF, EF_SYS_DIR | EF_NAME_ONLY, L"", NULL, s_SysDir }, [all …]
|