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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to