ReactOS 0.4.15-dev-7918-g2a2556c
_TOKEN_STATISTICS Struct Reference

#include <setypes.h>

Collaboration diagram for _TOKEN_STATISTICS:

Public Attributes

LUID TokenId
 
LUID AuthenticationId
 
LARGE_INTEGER ExpirationTime
 
TOKEN_TYPE TokenType
 
SECURITY_IMPERSONATION_LEVEL ImpersonationLevel
 
$ULONG DynamicCharged
 
$ULONG DynamicAvailable
 
$ULONG GroupCount
 
$ULONG PrivilegeCount
 
LUID ModifiedId
 

Detailed Description

Definition at line 1085 of file setypes.h.

Member Data Documentation

◆ AuthenticationId

◆ DynamicAvailable

$ULONG _TOKEN_STATISTICS::DynamicAvailable

◆ DynamicCharged

$ULONG _TOKEN_STATISTICS::DynamicCharged

◆ ExpirationTime

LARGE_INTEGER _TOKEN_STATISTICS::ExpirationTime

Definition at line 1088 of file setypes.h.

Referenced by NtQueryInformationToken(), and SeQueryInformationToken().

◆ GroupCount

◆ ImpersonationLevel

SECURITY_IMPERSONATION_LEVEL _TOKEN_STATISTICS::ImpersonationLevel

◆ ModifiedId

◆ PrivilegeCount

◆ TokenId

◆ TokenType

TOKEN_TYPE _TOKEN_STATISTICS::TokenType

Definition at line 1089 of file setypes.h.

Referenced by NtQueryInformationToken(), SeQueryInformationToken(), and START_TEST().


The documentation for this struct was generated from the following file: