Home
last modified time | relevance | path

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

/reactos/dll/cpl/sysdm/
H A Duserprofile.c330 DWORD dwProfilePathLength; in GetProfileSize() local
334 dwProfilePathLength = wcslen(pszProfilePath); in GetProfileSize()
356 pszProfilePath[dwProfilePathLength + 1] = UNICODE_NULL; in GetProfileSize()
375 pszProfilePath[dwProfilePathLength] = UNICODE_NULL; in GetProfileSize()
443 DWORD dwProfilePathLength; in AddUserProfile() local
478 dwProfilePathLength = wcslen(szProfilePath); in AddUserProfile()
487 szProfilePath[dwProfilePathLength] = UNICODE_NULL; in AddUserProfile()