Searched refs:NameBefore (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/apitests/shlwapi/ |
H A D | PathFindOnPath.c | 39 LPCWSTR NameBefore; member 166 if (pEntry->NameBefore == NULL) in DoEntry() 175 if (pEntry->NameBefore) in DoEntry() 177 lstrcpyW(Path, pEntry->NameBefore); in DoEntry() 188 lstrcpyW(Path, pEntry->NameBefore); in DoEntry() 194 lstrcatW(Path, pEntry->NameBefore); in DoEntry() 208 lstrcpyW(Path, pEntry->NameBefore); in DoEntry() 214 lstrcatW(Path, pEntry->NameBefore); in DoEntry() 228 lstrcpyW(Path, pEntry->NameBefore); in DoEntry() 234 lstrcatW(Path, pEntry->NameBefore); in DoEntry() [all …]
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | PathResolve.cpp | 71 LPCWSTR NameBefore; member 664 if (pEntry->NameBefore == NULL) in DoEntry() 672 if (pEntry->NameBefore) in DoEntry() 674 lstrcpyW(Path, pEntry->NameBefore); in DoEntry() 685 lstrcpyW(Path, pEntry->NameBefore); in DoEntry() 691 lstrcatW(Path, pEntry->NameBefore); in DoEntry() 709 if (!CreateRegAppPath(SectionNumber, LineNumber, pEntry->NameBefore, PathExpected)) in DoEntry() 719 if (pEntry->NameBefore) in DoEntry() 738 ok(DeleteRegAppPath(SectionNumber, LineNumber, pEntry->NameBefore), in DoEntry()
|