Searched refs:szUserProfilePath (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/userenv/ |
H A D | profile.c | 861 WCHAR szUserProfilePath[MAX_PATH]; in CreateUserProfileExW() local 960 StringCbCopyW(szUserProfilePath, sizeof(szUserProfilePath), szProfilesPath); in CreateUserProfileExW() 961 StringCbCatW(szUserProfilePath, sizeof(szUserProfilePath), L"\\"); in CreateUserProfileExW() 962 StringCbCatW(szUserProfilePath, sizeof(szUserProfilePath), szUserProfileName); in CreateUserProfileExW() 965 if (!CreateDirectoryW(szUserProfilePath, NULL)) in CreateUserProfileExW() 977 StringCbCopyW(szUserProfilePath, sizeof(szUserProfilePath), szProfilesPath); in CreateUserProfileExW() 978 StringCbCatW(szUserProfilePath, sizeof(szUserProfilePath), L"\\"); in CreateUserProfileExW() 979 StringCbCatW(szUserProfilePath, sizeof(szUserProfilePath), szUserProfileName); in CreateUserProfileExW() 982 if (CreateDirectoryW(szUserProfilePath, NULL)) in CreateUserProfileExW() 1000 if (!CopyDirectory(szUserProfilePath, szDefaultUserPath)) in CreateUserProfileExW() [all …]
|