Package winappdbg :: Module system :: Class ProcessHandle
[hide private]
[frames] | no frames]

Class ProcessHandle


Win32 process handle.


See Also: Handle

Instance Methods [hide private]
int
get_pid(self)
Returns: Process global ID.
Handle
__copy__(self)
Duplicates the win32 handle when copying the python object. (Inherited from winappdbg.system.Handle)
Handle
__deepcopy__(self)
Duplicates the win32 handle when copying the python object. (Inherited from winappdbg.system.Handle)
 
__del__(self)
Closes the win32 handle when the python object is destroyed. (Inherited from winappdbg.system.Handle)
 
__init__(self, aHandle=None, bOwnership=True)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature (Inherited from winappdbg.system.Handle)
Handle
dup(self)
Returns: A new handle to the same win32 object. (Inherited from winappdbg.system.Handle)
 
wait(self, dwMilliseconds=None)
Wait for the win32 object to be signaled. (Inherited from winappdbg.system.Handle)

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

Properties [hide private]
  _as_parameter_
Compatibility with ctypes. (Inherited from winappdbg.system.Handle)

Inherited from object: __class__

Method Details [hide private]

get_pid(self)

 
Returns: int
Process global ID.