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]¶
- property infos¶
TODO: DOC
- property local_handle¶
A local copy of the handle, acquired with
DuplicateHandle
- Type:
int
- property name¶
The name of the handle
- Type:
str
- property process¶
The process possessing the handle
- Type:
- property type¶
The type of the handle
- Type:
str