os.windows.object¶
Functions¶
|
Given a handle return the windows object name. |
Module Contents¶
- os.windows.object.object_name(handle: ctypes.wintypes.HANDLE) str¶
Given a handle return the windows object name.
- Parameters:
handle – object handler
- Returns:
the windows object name. If no name can be computed the empty string is returned.