Struct windows_sys::Win32::Security::TOKEN_GROUPS_AND_PRIVILEGES
#[repr(C)]pub struct TOKEN_GROUPS_AND_PRIVILEGES {
pub SidCount: u32,
pub SidLength: u32,
pub Sids: *mut SID_AND_ATTRIBUTES,
pub RestrictedSidCount: u32,
pub RestrictedSidLength: u32,
pub RestrictedSids: *mut SID_AND_ATTRIBUTES,
pub PrivilegeCount: u32,
pub PrivilegeLength: u32,
pub Privileges: *mut LUID_AND_ATTRIBUTES,
pub AuthenticationId: LUID,
}Expand description
Required features: "Win32_Security", "Win32_Foundation"
Fields§
§SidCount: u32§SidLength: u32§Sids: *mut SID_AND_ATTRIBUTES§RestrictedSidCount: u32§RestrictedSidLength: u32§RestrictedSids: *mut SID_AND_ATTRIBUTES§PrivilegeCount: u32§PrivilegeLength: u32§Privileges: *mut LUID_AND_ATTRIBUTES§AuthenticationId: LUID