Struct windows_sys::Win32::Security::TOKEN_ACCESS_INFORMATION
#[repr(C)]pub struct TOKEN_ACCESS_INFORMATION {Show 13 fields
pub SidHash: *mut SID_AND_ATTRIBUTES_HASH,
pub RestrictedSidHash: *mut SID_AND_ATTRIBUTES_HASH,
pub Privileges: *mut TOKEN_PRIVILEGES,
pub AuthenticationId: LUID,
pub TokenType: TOKEN_TYPE,
pub ImpersonationLevel: SECURITY_IMPERSONATION_LEVEL,
pub MandatoryPolicy: TOKEN_MANDATORY_POLICY,
pub Flags: u32,
pub AppContainerNumber: u32,
pub PackageSid: PSID,
pub CapabilitiesHash: *mut SID_AND_ATTRIBUTES_HASH,
pub TrustLevelSid: PSID,
pub SecurityAttributes: *mut c_void,
}Expand description
Required features: "Win32_Security", "Win32_Foundation"
Fields§
§SidHash: *mut SID_AND_ATTRIBUTES_HASH§RestrictedSidHash: *mut SID_AND_ATTRIBUTES_HASH§Privileges: *mut TOKEN_PRIVILEGES§AuthenticationId: LUID§TokenType: TOKEN_TYPE§ImpersonationLevel: SECURITY_IMPERSONATION_LEVEL§MandatoryPolicy: TOKEN_MANDATORY_POLICY§Flags: u32§AppContainerNumber: u32§PackageSid: PSID§CapabilitiesHash: *mut SID_AND_ATTRIBUTES_HASH§TrustLevelSid: PSID§SecurityAttributes: *mut c_void