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

Type PROCESSENTRY32

object --+        
         |        
    _CData --+    
             |    
     Structure --+
                 |
                PROCESSENTRY32


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'>), ('cntU...
CField cntThreads = <Field type=c_ulong, ofs=20, size=4>
CField cntUsage = <Field type=c_ulong, ofs=4, size=4>
CField dwFlags = <Field type=c_ulong, ofs=32, size=4>
CField dwSize = <Field type=c_ulong, ofs=0, size=4>
CField pcPriClassBase = <Field type=c_ulong, ofs=28, size=4>
CField szExeFile = <Field type=c_char_Array_260, ofs=36, size=2...
CField th32DefaultHeapID = <Field type=c_ulong, ofs=12, size=4>
CField th32ModuleID = <Field type=c_ulong, ofs=16, size=4>
CField th32ParentProcessID = <Field type=c_ulong, ofs=24, size=...
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'>),
 ('cntUsage', <class 'ctypes.c_ulong'>),
 ('th32ProcessID', <class 'ctypes.c_ulong'>),
 ('th32DefaultHeapID', <class 'ctypes.c_ulong'>),
 ('th32ModuleID', <class 'ctypes.c_ulong'>),
 ('cntThreads', <class 'ctypes.c_ulong'>),
 ('th32ParentProcessID', <class 'ctypes.c_ulong'>),
 ('pcPriClassBase', <class 'ctypes.c_ulong'>),
...                                                                    

cntThreads

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

cntUsage

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

dwFlags

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

dwSize

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

pcPriClassBase

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

szExeFile

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

th32DefaultHeapID

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

th32ModuleID

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

th32ParentProcessID

Type:
CField
Value:
<Field type=c_ulong, ofs=24, 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