Package winappdbg :: Package win32 :: Module advapi32 :: Class TOKEN_STATISTICS
[hide private]
[frames] | no frames]

Class TOKEN_STATISTICS

source code


Instance Methods [hide private]

Inherited from _ctypes.Structure: __init__, __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__, __reduce__, __setstate__

Inherited from object: __delattr__, __format__, __getattribute__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _fields_ = [('TokenId', <class 'winappdbg.win32.advapi32.LUID'...
  AuthenticationId = <Field type=LUID, ofs=8, size=8>
  DynamicAvailable = <Field type=c_ulong, ofs=36, size=4>
  DynamicCharged = <Field type=c_ulong, ofs=32, size=4>
  ExpirationTime = <Field type=c_longlong, ofs=16, size=8>
  GroupCount = <Field type=c_ulong, ofs=40, size=4>
  ImpersonationLevel = <Field type=c_long, ofs=28, size=4>
  ModifiedId = <Field type=LUID, ofs=48, size=8>
  PrivilegeCount = <Field type=c_ulong, ofs=44, size=4>
  TokenId = <Field type=LUID, ofs=0, size=8>
  TokenType = <Field type=c_long, ofs=24, size=4>
Properties [hide private]

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Class Variable Details [hide private]

_fields_

Value:
[('TokenId', <class 'winappdbg.win32.advapi32.LUID'>),
 ('AuthenticationId', <class 'winappdbg.win32.advapi32.LUID'>),
 ('ExpirationTime', <class 'ctypes.c_longlong'>),
 ('TokenType', <class 'ctypes.c_long'>),
 ('ImpersonationLevel', <class 'ctypes.c_long'>),
 ('DynamicCharged', <class 'ctypes.c_ulong'>),
 ('DynamicAvailable', <class 'ctypes.c_ulong'>),
 ('GroupCount', <class 'ctypes.c_ulong'>),
...