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

Type THREADENTRY32

object --+        
         |        
    _CData --+    
             |    
     Structure --+
                 |
                THREADENTRY32


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 cntUsage = <Field type=c_ulong, ofs=4, size=4>
CField dwFlags = <Field type=c_ulong, ofs=24, size=4>
CField dwSize = <Field type=c_ulong, ofs=0, size=4>
CField th32OwnerProcessID = <Field type=c_ulong, ofs=12, size=4...
CField th32ThreadID = <Field type=c_ulong, ofs=8, size=4>
CField tpBasePri = <Field type=c_ulong, ofs=16, size=4>
CField tpDeltaPri = <Field type=c_ulong, ofs=20, 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'>),
 ('th32ThreadID', <class 'ctypes.c_ulong'>),
 ('th32OwnerProcessID', <class 'ctypes.c_ulong'>),
 ('tpBasePri', <class 'ctypes.c_ulong'>),
 ('tpDeltaPri', <class 'ctypes.c_ulong'>),
 ('dwFlags', <class 'ctypes.c_ulong'>)]                                

cntUsage

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

dwFlags

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

dwSize

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

th32OwnerProcessID

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

th32ThreadID

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

tpBasePri

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

tpDeltaPri

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

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