Home
last modified time | relevance | path

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

/reactos/dll/win32/advapi32/wine/
H A Dsecurity.c50 …{ {'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 Ddatabase.c20 SID_IDENTIFIER_AUTHORITY CreatorSidAuthority = {SECURITY_CREATOR_SID_AUTHORITY};
/reactos/subsystems/csr/csrsrv/
H A Dinit.c212 SID_IDENTIFIER_AUTHORITY CreatorAuthority = {SECURITY_CREATOR_SID_AUTHORITY}; in GetDosDevicesProtection()
/reactos/ntoskrnl/se/
H A Dsid.c21 SID_IDENTIFIER_AUTHORITY SeCreatorSidAuthority = {SECURITY_CREATOR_SID_AUTHORITY};
/reactos/sdk/include/xdk/
H A Dsetypes.h533 #define SECURITY_CREATOR_SID_AUTHORITY {0,0,0,0,0,3} macro
/reactos/base/system/smss/
H A Dsminit.c982 SID_IDENTIFIER_AUTHORITY CreatorAuthority = {SECURITY_CREATOR_SID_AUTHORITY}; in SmpCreateSecurityDescriptors()