|
ReactOS 0.4.16-dev-1948-gd260c1d
|

Public Attributes | |
| BYTE | Revision |
| BYTE | SubAuthorityCount |
| SID_IDENTIFIER_AUTHORITY | IdentifierAuthority |
| DWORD | SubAuthority [SID_MAX_SUB_AUTHORITIES] |
| SID | sid |
| char | max [SECURITY_MAX_SID_SIZE] |
Definition at line 29 of file security.c.
| SID_IDENTIFIER_AUTHORITY _MAX_SID::IdentifierAuthority |
Definition at line 34 of file security.c.
Referenced by EqualDomainSid(), and ParseStringSidToSid().
| char _MAX_SID::max[SECURITY_MAX_SID_SIZE] |
Definition at line 2024 of file security.c.
| BYTE _MAX_SID::Revision |
Definition at line 32 of file security.c.
| SID _MAX_SID::sid |
Definition at line 2023 of file security.c.
Referenced by test_LookupAccountSid().
| DWORD _MAX_SID::SubAuthority |
Definition at line 35 of file security.c.
Referenced by ParseStringSidToSid().
| BYTE _MAX_SID::SubAuthorityCount |
Definition at line 33 of file security.c.
Referenced by ParseStringSidToSid().