Python pywin32

From wikinotes
Revision as of 20:46, 6 May 2018 by Will (talk | contribs) (Created page with "{| class="wikitable" | http://timgolden.me.uk/pywin32-docs/PyWin32.html || || Official Documentation |- | http://timgolden.me.uk/pywin32-docs/m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
http://timgolden.me.uk/pywin32-docs/PyWin32.html Official Documentation
http://timgolden.me.uk/pywin32-docs/modules.html pyWin32 Modules
https://msdn.microsoft.com/en-ca/library/windows/desktop/aa383751(v=vs.85).aspx Microsoft's API Datatypes documentation

This is the main way of interacting with the win32 api, and the windows COM interface. I am anticipating that the majority of the windows section to be using this.