Package winappdbg :: Package win32 :: Module advapi32 :: Class WaitChainNodeInfo
[hide private]
[frames] | no frames]

Class WaitChainNodeInfo

source code


Represents a node in the wait chain.

It's a wrapper on the WAITCHAIN_NODE_INFO structure.

The following members are defined only if the node is of WctThreadType type:


See Also: GetThreadWaitChain

Instance Methods [hide private]
 
__init__(self, aStructure)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables [hide private]
int ContextSwitches
Number of context switches.
unicode ObjectName
Object name.
int ObjectStatus
Wait status.
int ObjectType
Object type.
int ProcessId
Process global ID.
int ThreadId
Thread global ID.
int WaitTime
Wait time.
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, aStructure)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Instance Variable Details [hide private]

ObjectName

Object name. May be an empty string.
Type:
unicode

ObjectStatus

Wait status. Should be one of the following values:
Type:
int

ObjectType

Object type. Should be one of the following values:
Type:
int