Searched refs:ulOwnerSidSize (Results 1 – 1 of 1) sorted by relevance
35 ULONG ulOwnerSidSize = 0, ulGroupSidSize = 0; in RtlpSetSecurityObject() local61 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()