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

Class IMAGEHLP_MODULE64

source code

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

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'>), ('Base...
  BaseOfImage = <Field type=c_ulong, ofs=8, size=8>
  CheckSum = <Field type=c_ulong, ofs=32, size=8>
  CvData = <Field type=c_char_Array_780, ofs=864, size=780>
  CvSig = <Field type=c_ulong, ofs=856, size=8>
  DbgUnmatched = <Field type=c_ulong, ofs=1688, size=8>
  GlobalSymbols = <Field type=c_ulong, ofs=1704, size=8>
  ImageName = <Field type=c_char_Array_256, ofs=88, size=256>
  ImageSize = <Field type=c_ulong, ofs=16, size=8>
  LineNumbers = <Field type=c_ulong, ofs=1696, size=8>
  LoadedImageName = <Field type=c_char_Array_256, ofs=344, size=...
  LoadedPdbName = <Field type=c_char_Array_256, ofs=600, size=256>
  ModuleName = <Field type=c_char_Array_32, ofs=56, size=32>
  NumSyms = <Field type=c_ulong, ofs=40, size=8>
  PdbAge = <Field type=c_ulong, ofs=1672, size=8>
  PdbSig = <Field type=c_ulong, ofs=1648, size=8>
  PdbSig70 = <Field type=c_char_Array_16, ofs=1656, size=16>
  PdbUnmatched = <Field type=c_ulong, ofs=1680, size=8>
  SizeOfStruct = <Field type=c_ulong, ofs=0, size=8>
  SymType = <Field type=c_ulong, ofs=48, size=8>
  TimeDateStamp = <Field type=c_ulong, ofs=24, size=8>
  TypeInfo = <Field type=c_ulong, ofs=1712, 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'>),
 ('BaseOfImage', <class 'ctypes.c_ulong'>),
 ('ImageSize', <class 'ctypes.c_ulong'>),
 ('TimeDateStamp', <class 'ctypes.c_ulong'>),
 ('CheckSum', <class 'ctypes.c_ulong'>),
 ('NumSyms', <class 'ctypes.c_ulong'>),
 ('SymType', <class 'ctypes.c_ulong'>),
 ('ModuleName', <class 'vtrace.platforms.win32.c_char_Array_32'>),
...

LoadedImageName

Value:
<Field type=c_char_Array_256, ofs=344, size=256>