Struct windows_sys::Win32::Security::SID
#[repr(C)]pub struct SID {
pub Revision: u8,
pub SubAuthorityCount: u8,
pub IdentifierAuthority: SID_IDENTIFIER_AUTHORITY,
pub SubAuthority: [u32; 1],
}
Expand description
Required features: "Win32_Security"
Fields§
§Revision: u8
§SubAuthorityCount: u8
§IdentifierAuthority: SID_IDENTIFIER_AUTHORITY
§SubAuthority: [u32; 1]