Home
last modified time | relevance | path

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

/reactos/dll/win32/advapi32/misc/
H A Dlogon.c140 PSID OwnerSid = NULL, SystemSid = NULL, PrimaryGroupSid = NULL; in CreateDefaultProcessSecurityCommon() local
235 PrimaryGroupSid = PrimaryGroupOfToken->PrimaryGroup; in CreateDefaultProcessSecurityCommon()
308 if (!SetSecurityDescriptorGroup(&AbsoluteSd, PrimaryGroupSid, FALSE)) in CreateDefaultProcessSecurityCommon()
/reactos/ntoskrnl/se/
H A Dtokenlif.c1576 PSID OwnerSid, PrimaryGroupSid; in NtCreateToken() local
1645 PrimaryGroupSid = TokenPrimaryGroup->PrimaryGroup; in NtCreateToken()
1680 PrimaryGroupSid = TokenPrimaryGroup->PrimaryGroup; in NtCreateToken()
1758 Status = SepCaptureSid(PrimaryGroupSid, in NtCreateToken()