PyWin32 Compatibility LayerΒΆ

The win32ctypes library provides a compatibility layer with PyWin32. We attempt to keep the signature of the Functions and their behaviour as close as possible to PyWin32. For details and behaviour please refer to the Pywin32 documentation and the related MSDN reference pages.

win32ctypes.pywin32.win32api A module, encapsulating the Windows Win32 API.
win32ctypes.pywin32.win32cred Interface to credentials management functions.
win32ctypes.pywin32.pywintypes A module which supports common Windows types.