TOKEN_STATISTICS

Type Alias TOKEN_STATISTICS 

Source
pub type TOKEN_STATISTICS = _TOKEN_STATISTICS;

Aliased Type§

#[repr(C)]
pub struct TOKEN_STATISTICS { pub TokenId: _LUID, pub AuthenticationId: _LUID, pub ExpirationTime: _LARGE_INTEGER, pub TokenType: _TOKEN_TYPE, pub ImpersonationLevel: _SECURITY_IMPERSONATION_LEVEL, pub DynamicCharged: u32, pub DynamicAvailable: u32, pub GroupCount: u32, pub PrivilegeCount: u32, pub ModifiedId: _LUID, }

Fields§

§TokenId: _LUID§AuthenticationId: _LUID§ExpirationTime: _LARGE_INTEGER§TokenType: _TOKEN_TYPE§ImpersonationLevel: _SECURITY_IMPERSONATION_LEVEL§DynamicCharged: u32§DynamicAvailable: u32§GroupCount: u32§PrivilegeCount: u32§ModifiedId: _LUID