:py:mod:`os.windows.object` =========================== .. py:module:: os.windows.object .. autoapi-nested-parse:: Windows object name utilities. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: os.windows.object.object_name .. py:function:: object_name(handle: ctypes.wintypes.HANDLE) -> str Given a handle return the windows object name. :param handle: object handler :return: the windows object name. If no name can be computed the empty string is returned.