Package winappdbg :: Package win32 :: Module peb_teb :: Class RTL_CRITICAL_SECTION_DEBUG
[hide private]
[frames] | no frames]

Class RTL_CRITICAL_SECTION_DEBUG

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_ = [('Type', <class 'ctypes.c_ushort'>), ('CreatorBack...
  ContentionCount = <Field type=c_ulong, ofs=20, size=4>
  CreatorBackTraceIndex = <Field type=c_ushort, ofs=2, size=2>
  CreatorBackTraceIndexHigh = <Field type=c_ushort, ofs=28, size=2>
  CriticalSection = <Field type=c_void_p, ofs=4, size=4>
  EntryCount = <Field type=c_ulong, ofs=16, size=4>
  Flags = <Field type=c_ulong, ofs=24, size=4>
  ProcessLocksList = <Field type=LIST_ENTRY, ofs=8, size=8>
  SpareUSHORT = <Field type=c_ushort, ofs=30, size=2>
  Type = <Field type=c_ushort, ofs=0, size=2>
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:
[('Type', <class 'ctypes.c_ushort'>),
 ('CreatorBackTraceIndex', <class 'ctypes.c_ushort'>),
 ('CriticalSection', <class 'ctypes.c_void_p'>),
 ('ProcessLocksList', <class 'winappdbg.win32.defines.LIST_ENTRY'>),
 ('EntryCount', <class 'ctypes.c_ulong'>),
 ('ContentionCount', <class 'ctypes.c_ulong'>),
 ('Flags', <class 'ctypes.c_ulong'>),
 ('CreatorBackTraceIndexHigh', <class 'ctypes.c_ushort'>),
...