Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
H A Dsecurity.c35 ULONG ulOwnerSidSize = 0, ulGroupSidSize = 0; in RtlpSetSecurityObject() local
61 ulOwnerSidSize = RtlLengthSid(pOwnerSid); in RtlpSetSecurityObject()
134 ROUND_UP(ulOwnerSidSize, sizeof(ULONG)) + in RtlpSetSecurityObject()
178 RtlCopyMemory(pDest, pOwnerSid, ulOwnerSidSize); in RtlpSetSecurityObject()
180 pDest = pDest + ROUND_UP(ulOwnerSidSize, sizeof(ULONG)); in RtlpSetSecurityObject()