2.11. Handle – Processes handles

The list of handles is accessible via windows.system.handles

Note

See sample windows.system

class windows.winobject.handle.Handle[source]
infos

TODO: DOC

local_handle

A local copy of the handle, acquired with DuplicateHandle

Type:int
name

The name of the handle

Type:str
process

The process possessing the handle

Type:WinProcess
type

The type of the handle

Type:str