On Fri, Aug 5, 2016 at 12:25 AM, iMath <redstone-c...@163.com> wrote:
> On Friday, August 5, 2016 at 7:50:28 AM UTC+8, jj0ge...@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-wi...@python.org

Currently I just search with a filter of "site:activestate.com"
because they have the PyWin32 docs online.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to