From: Hermès Bélusca-Maïto Date: Mon, 6 Feb 2017 22:58:20 +0000 (+0000) Subject: [USERENV] X-Git-Tag: ReactOS-0.4.4-CLT2017~345 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=6050891f74ea211f277be3377090b630e243db3b;hp=6050891f74ea211f277be3377090b630e243db3b [USERENV] - Fix some DPRINTs; - Add parameter validation in CreateUserProfileExW; - Return the directory path of the created profile in CreateUserProfileExW, if the user wants it; - Add value type validation for RegQueryValueExW calls; - Use ARRAYSIZE where needed; - Add parameter validation in GetAllUsersProfileDirectoryA, GetDefaultUserProfileDirectoryA; - Correctly return error code in GetAllUsersProfileDirectoryW, GetDefaultUserProfileDirectoryW, GetProfilesDirectoryW and GetUserProfileDirectoryW. Should fix the userenv_apitest:GetProfileDirs tests. svn path=/trunk/; revision=73737 ---