Home
last modified time | relevance | path

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

/reactos/base/services/eventlog/
H A Dfile.c903 ULONG dwSidLength, in LogfAllocAndBuildNewRecord() argument
926 RecSize += dwSidLength; in LogfAllocAndBuildNewRecord()
998 if (dwSidLength) in LogfAllocAndBuildNewRecord()
1000 RtlCopyMemory(Buffer + pos, pUserSid, dwSidLength); in LogfAllocAndBuildNewRecord()
1001 pRec->UserSidLength = dwSidLength; in LogfAllocAndBuildNewRecord()
1003 pos += dwSidLength; in LogfAllocAndBuildNewRecord()
H A Deventlog.h136 ULONG dwSidLength,
/reactos/dll/cpl/sysdm/
H A Duserprofile.c655 DWORD dwSidLength; in AddUserProfiles() local
690 dwSidLength = ARRAYSIZE(szProfileSid); in AddUserProfiles()
694 &dwSidLength, in AddUserProfiles()
/reactos/dll/win32/advapi32/sec/
H A Dmisc.c642 DWORD dwSidLength; in LookupAccountNameW() local
683 dwSidLength = GetSidLengthRequired(nSubAuthorities + 1); in LookupAccountNameW()
687 if (*cbSid < dwSidLength || in LookupAccountNameW()
690 *cbSid = dwSidLength; in LookupAccountNameW()