Struct windows_sys::Win32::Security::TOKEN_GROUPS
#[repr(C)]pub struct TOKEN_GROUPS {
pub GroupCount: u32,
pub Groups: [SID_AND_ATTRIBUTES; 1],
}Expand description
Required features: "Win32_Security", "Win32_Foundation"
Fields§
§GroupCount: u32§Groups: [SID_AND_ATTRIBUTES; 1]