Home
last modified time | relevance | path

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

/reactos/dll/win32/userenv/
H A Dprofile.c859 WCHAR szRawProfilesPath[MAX_PATH]; in CreateUserProfileExW() local
902 dwLength = sizeof(szRawProfilesPath); in CreateUserProfileExW()
907 (LPBYTE)szRawProfilesPath, in CreateUserProfileExW()
918 if (!ExpandEnvironmentStringsW(szRawProfilesPath, in CreateUserProfileExW()
1036 StringCbCopyW(szBuffer, sizeof(szBuffer), szRawProfilesPath); in CreateUserProfileExW()