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_HASHRestrictedSidHash: *mut SID_AND_ATTRIBUTES_HASHPrivileges: *mut TOKEN_PRIVILEGESAuthenticationId: LUIDTokenType: TOKEN_TYPEImpersonationLevel: SECURITY_IMPERSONATION_LEVELMandatoryPolicy: TOKEN_MANDATORY_POLICYFlags: u32AppContainerNumber: u32PackageSid: PSIDCapabilitiesHash: *mut SID_AND_ATTRIBUTES_HASHTrustLevelSid: PSIDSecurityAttributes: *mut c_void