Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/userenv/
H A Duserenv.c257 r = GetProfilesDirectoryA(NULL, NULL); in test_get_profiles_dir()
261 r = GetProfilesDirectoryA(NULL, &cch); in test_get_profiles_dir()
266 r = GetProfilesDirectoryA(small_buf, &cch); in test_get_profiles_dir()
277 r = GetProfilesDirectoryA(buf, &cch); in test_get_profiles_dir()
/reactos/sdk/include/psdk/
H A Duserenv.h124 BOOL WINAPI GetProfilesDirectoryA(LPSTR, LPDWORD);
219 #define GetProfilesDirectory GetProfilesDirectoryA
/reactos/dll/win32/userenv/
H A Duserenv.spec28 202 stdcall GetProfilesDirectoryA(str ptr)
H A Dprofile.c1536 GetProfilesDirectoryA( in GetProfilesDirectoryA() function