Struct winapi::um::winnt::SID [−][src]
#[repr(C)]pub struct SID {
pub Revision: BYTE,
pub SubAuthorityCount: BYTE,
pub IdentifierAuthority: SID_IDENTIFIER_AUTHORITY,
pub SubAuthority: [DWORD; 1],
}Fields
Revision: BYTESubAuthorityCount: BYTEIdentifierAuthority: SID_IDENTIFIER_AUTHORITYSubAuthority: [DWORD; 1]