Win32 API in pywin32

eryk sun eryksun at gmail.com
Thu Aug 4 20:39:14 EDT 2016


On Fri, Aug 5, 2016 at 12:25 AM, iMath <redstone-cold at 163.com> wrote:
> On Friday, August 5, 2016 at 7:50:28 AM UTC+8, jj0ge... at gmail.com wrote:
>> According to Python.org Mark Hammond has an Add-on (pywin32) that supports Win32 and COM.
>>
>> Does anyone know if the Add-on covers all Win32 API functions, and if not is there a list of the subset of Win32 API functions it does include?
>>
>> J.
>
> According to my experience , pywin32 doesn't  covers all Win32 API functions but most of them , so for these not supported functions, you could resort to ctypes
> ,and  there seems no list of the subset of Win32 API functions it does include.
>
> You can contact with the developers of pywin32 using the mailing list  python-win32 at python.org

Currently I just search with a filter of "site:activestate.com"
because they have the PyWin32 docs online.



More information about the Python-list mailing list