Home
last modified time | relevance | path

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

/reactos/subsystems/csr/csrsrv/
H A Dinit.c214 PSID WorldSid, CreatorSid, AdminSid, SystemSid; in GetDosDevicesProtection() local
256 &CreatorSid); in GetDosDevicesProtection()
295 SidLength = RtlLengthSid(CreatorSid) + RtlLengthSid(SystemSid) + in GetDosDevicesProtection()
310 Status = RtlAddAccessAllowedAce(Dacl, ACL_REVISION, GENERIC_ALL, CreatorSid); in GetDosDevicesProtection()
367 RtlFreeSid(CreatorSid); in GetDosDevicesProtection()