Home | Trees | Indices | Help |
|
---|
|
Base class for non-kernel handles. Generally this means they are closed by special Win32 API functions instead of CloseHandle() and some standard operations (synchronizing, duplicating, inheritance) are not supported.
|
|||
C type |
_TYPE C type to translate this handle to. |
|
|||
|
|||
Handle |
|
||
|
|||
Handle |
|
||
Handle |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
|||
|
|
|||
_as_parameter_ Compatibility with ctypes. |
|||
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.
|
||
value (Inherited from winappdbg.win32.kernel32.Handle) | |||
Inherited from |
|
Low-level close method. This is a private method, do not call it.
|
Compatibility with ctypes. Allows passing transparently a Handle object to an API call.
|
|
Wait for the Win32 object to be signaled.
|
|
_as_parameter_Compatibility with ctypes. Allows passing transparently a Handle object to an API call.
|
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:10 2013 | http://epydoc.sourceforge.net |