Struct winapi::um::winnt::TOKEN_GROUPS_AND_PRIVILEGES [−][src]
#[repr(C)]pub struct TOKEN_GROUPS_AND_PRIVILEGES {
pub SidCount: DWORD,
pub SidLength: DWORD,
pub Sids: PSID_AND_ATTRIBUTES,
pub RestrictedSidCount: DWORD,
pub RestrictedSidLength: DWORD,
pub RestrictedSids: PSID_AND_ATTRIBUTES,
pub PrivilegeCount: DWORD,
pub PrivilegeLength: DWORD,
pub Privileges: PLUID_AND_ATTRIBUTES,
pub AuthenticationId: LUID,
}
Fields
SidCount: DWORD
SidLength: DWORD
Sids: PSID_AND_ATTRIBUTES
RestrictedSidCount: DWORD
RestrictedSidLength: DWORD
RestrictedSids: PSID_AND_ATTRIBUTES
PrivilegeCount: DWORD
PrivilegeLength: DWORD
Privileges: PLUID_AND_ATTRIBUTES
AuthenticationId: LUID
Trait Implementations
Returns the “default value” for a type. Read more