Searched refs:SECURITY_CREATOR_SID_AUTHORITY (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/advapi32/wine/ |
H A D | security.c | 50 …{ {'C','O'}, WinCreatorOwnerSid, { SID_REVISION, 1, { SECURITY_CREATOR_SID_AUTHORITY }, { SECURITY… 51 …{ {'C','G'}, WinCreatorGroupSid, { SID_REVISION, 1, { SECURITY_CREATOR_SID_AUTHORITY }, { SECURITY… 52 …{ {0,0}, WinCreatorOwnerServerSid, { SID_REVISION, 1, { SECURITY_CREATOR_SID_AUTHORITY }, { SECURI… 53 …{ {0,0}, WinCreatorGroupServerSid, { SID_REVISION, 1, { SECURITY_CREATOR_SID_AUTHORITY }, { SECURI…
|
/reactos/dll/win32/lsasrv/ |
H A D | database.c | 20 SID_IDENTIFIER_AUTHORITY CreatorSidAuthority = {SECURITY_CREATOR_SID_AUTHORITY};
|
/reactos/subsystems/csr/csrsrv/ |
H A D | init.c | 212 SID_IDENTIFIER_AUTHORITY CreatorAuthority = {SECURITY_CREATOR_SID_AUTHORITY}; in GetDosDevicesProtection()
|
/reactos/ntoskrnl/se/ |
H A D | sid.c | 21 SID_IDENTIFIER_AUTHORITY SeCreatorSidAuthority = {SECURITY_CREATOR_SID_AUTHORITY};
|
/reactos/sdk/include/xdk/ |
H A D | setypes.h | 533 #define SECURITY_CREATOR_SID_AUTHORITY {0,0,0,0,0,3} macro
|
/reactos/base/system/smss/ |
H A D | sminit.c | 982 SID_IDENTIFIER_AUTHORITY CreatorAuthority = {SECURITY_CREATOR_SID_AUTHORITY}; in SmpCreateSecurityDescriptors()
|