| Home | Trees | Indices | Help |
|
|---|
|
|
Win32 process handle.
See Also: Handle
|
|||
|
|||
| int |
|
||
| Handle |
|
||
| Handle |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Handle |
|
||
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
| int |
dwAccess Current access flags to this handle. |
||
| bool |
inheritTrue if the handle is to be inherited by child
processes, False otherwise.
(Inherited from winappdbg.win32.kernel32.Handle)
|
||
| bool |
protectFromClose Set to True to prevent the handle from being closed.
(Inherited from winappdbg.win32.kernel32.Handle)
|
||
|
|||
|
_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
|
|
|
|||
dwAccessCurrent access flags to this handle. This is the same value passed to OpenProcess. Can only beNone if
aHandle is also None. Defaults to PROCESS_ALL_ACCESS.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Dec 20 17:55:09 2013 | http://epydoc.sourceforge.net |