os.windows.object

Module Contents

Functions

object_name(→ str)

Given a handle return the windows object name.

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.