Python pywin32: Difference between revisions

From wikinotes
(Created page with "{| class="wikitable" | http://timgolden.me.uk/pywin32-docs/PyWin32.html || || Official Documentation |- | http://timgolden.me.uk/pywin32-docs/m...")
 
(No difference)

Latest revision as of 20:46, 6 May 2018

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.