Home | Trees | Indices | Help |
|
---|
|
Thread wait chain session handle.
Returned by OpenThreadWaitChainSession.
See Also: Handle
|
|||
|
|||
|
|||
Handle |
|
||
|
|||
Handle |
|
||
Handle |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
|||
|
|
|||
bool |
inheritTrue if the handle is to be inherited by child
processes, False otherwise.
|
||
bool |
protectFromClose Set to True to prevent the handle from being closed.
|
||
_as_parameter_ Compatibility with ctypes. (Inherited from winappdbg.win32.kernel32.Handle) |
|||
value (Inherited from winappdbg.win32.kernel32.Handle) | |||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Low-level close method. This is a private method, do not call it.
|
|
Wait for the Win32 object to be signaled.
|
|
inheritTrue if the handle is to be inherited by child processes,
False otherwise.
|
protectFromCloseSet toTrue to prevent the handle from being closed. Must be
set to False before you're done using the handle, or it will
be left open until the debugger exits. Use with care!
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 20 17:55:01 2013 | http://epydoc.sourceforge.net |