os.windows.object
=================

.. py:module:: os.windows.object


Functions
---------

.. autoapisummary::

   os.windows.object.object_name


Module Contents
---------------

.. 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.


