Package vtrace :: Package platforms :: Module win32 :: Class SYMBOL_INFO
[hide private]
[frames] | no frames]

Class SYMBOL_INFO

source code

   object --+        
            |        
    ??._CData --+    
                |    
_ctypes.Structure --+
                    |
                   SYMBOL_INFO

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_ = [('SizeOfStruct', <class 'ctypes.c_ulong'>), ('Type...
  Address = <Field type=c_ulong, ofs=72, size=8>
  Flags = <Field type=c_ulong, ofs=56, size=8>
  Index = <Field type=c_ulong, ofs=32, size=8>
  MaxNameLen = <Field type=c_ulong, ofs=112, size=8>
  ModBase = <Field type=c_ulong, ofs=48, size=8>
  Name = <Field type=c_char_Array_2000, ofs=120, size=2000>
  NameLen = <Field type=c_ulong, ofs=104, size=8>
  Register = <Field type=c_ulong, ofs=80, size=8>
  Reserved1 = <Field type=c_ulong, ofs=16, size=8>
  Reserved2 = <Field type=c_ulong, ofs=24, size=8>
  Scope = <Field type=c_ulong, ofs=88, size=8>
  Size = <Field type=c_ulong, ofs=40, size=8>
  SizeOfStruct = <Field type=c_ulong, ofs=0, size=8>
  Tag = <Field type=c_ulong, ofs=96, size=8>
  TypeIndex = <Field type=c_ulong, ofs=8, size=8>
  Value = <Field type=c_ulong, ofs=64, size=8>
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:
[('SizeOfStruct', <class 'ctypes.c_ulong'>),
 ('TypeIndex', <class 'ctypes.c_ulong'>),
 ('Reserved1', <class 'ctypes.c_ulong'>),
 ('Reserved2', <class 'ctypes.c_ulong'>),
 ('Index', <class 'ctypes.c_ulong'>),
 ('Size', <class 'ctypes.c_ulong'>),
 ('ModBase', <class 'ctypes.c_ulong'>),
 ('Flags', <class 'ctypes.c_ulong'>),
...