Package pydbg :: Module defines :: Class MODULEENTRY32
[show private | hide private]
[frames | no frames]

Type MODULEENTRY32

object --+        
         |        
    _CData --+    
             |    
     Structure --+
                 |
                MODULEENTRY32


Method Summary
    Inherited from Structure
  __init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
Tuple __reduce__(self)
cPickle will allow an object to marshal itself if the __reduce__ function is defined.
    Inherited from _CData
  __ctypes_from_outparam__(...)
  __hash__(x)
x.__hash__() <==> hash(x)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
list _fields_ = [('dwSize', <class 'ctypes.c_ulong'>), ('th32...
CField dwSize = <Field type=c_ulong, ofs=0, size=4>
CField GlblcntUsage = <Field type=c_ulong, ofs=12, size=4>
CField hModule = <Field type=c_ulong, ofs=28, size=4>
CField modBaseAddr = <Field type=c_ulong, ofs=20, size=4>
CField modBaseSize = <Field type=c_ulong, ofs=24, size=4>
CField ProccntUsage = <Field type=c_ulong, ofs=16, size=4>
CField szExePath = <Field type=c_char_Array_260, ofs=288, size=...
CField szModule = <Field type=c_char_Array_256, ofs=32, size=25...
CField th32ModuleID = <Field type=c_ulong, ofs=4, size=4>
CField th32ProcessID = <Field type=c_ulong, ofs=8, size=4>
    Inherited from Structure
getset_descriptor _as_parameter_ = <attribute '_as_parameter_' of '_ctypes...
    Inherited from _CData
member_descriptor _b_base_ = <member '_b_base_' of '_ctypes._CData' object...
member_descriptor _b_needsfree_ = <member '_b_needsfree_' of '_ctypes._CDa...
member_descriptor _objects = <member '_objects' of '_ctypes._CData' object...

Class Variable Details

_fields_

Type:
list
Value:
[('dwSize', <class 'ctypes.c_ulong'>),
 ('th32ModuleID', <class 'ctypes.c_ulong'>),
 ('th32ProcessID', <class 'ctypes.c_ulong'>),
 ('GlblcntUsage', <class 'ctypes.c_ulong'>),
 ('ProccntUsage', <class 'ctypes.c_ulong'>),
 ('modBaseAddr', <class 'ctypes.c_ulong'>),
 ('modBaseSize', <class 'ctypes.c_ulong'>),
 ('hModule', <class 'ctypes.c_ulong'>),
...                                                                    

dwSize

Type:
CField
Value:
<Field type=c_ulong, ofs=0, size=4>                                    

GlblcntUsage

Type:
CField
Value:
<Field type=c_ulong, ofs=12, size=4>                                   

hModule

Type:
CField
Value:
<Field type=c_ulong, ofs=28, size=4>                                   

modBaseAddr

Type:
CField
Value:
<Field type=c_ulong, ofs=20, size=4>                                   

modBaseSize

Type:
CField
Value:
<Field type=c_ulong, ofs=24, size=4>                                   

ProccntUsage

Type:
CField
Value:
<Field type=c_ulong, ofs=16, size=4>                                   

szExePath

Type:
CField
Value:
<Field type=c_char_Array_260, ofs=288, size=260>                       

szModule

Type:
CField
Value:
<Field type=c_char_Array_256, ofs=32, size=256>                        

th32ModuleID

Type:
CField
Value:
<Field type=c_ulong, ofs=4, size=4>                                    

th32ProcessID

Type:
CField
Value:
<Field type=c_ulong, ofs=8, size=4>                                    

Generated by Epydoc 2.1 on Fri Jun 16 17:16:24 2006 http://epydoc.sf.net