Re: ctypes reference book

"Diez B. Roggisch" <[email protected]> Mon, 28 Nov 2016 16:06:33 +0100
Newsgroups gmane.comp.python.ctypes
Message-ID <[email protected]>
I don’t understand your inquiry.

Everything relevant to ctypes is in the first link of yours. What are you missing there?

Your second link talks about a specific windows DLL and it’s functionality. Do you expect ctypes to contain documentation for *arbirtrary* libraries out there? That’s quite impossible. You will need to look at the DLL in question (or better it’s documentation), and learn from that how to use it through ctypes.

Diez

> On 28 Nov 2016, at 03:33, Michael C <[email protected]> wrote:
> 
> Sorry guys, but I can't find the reference book of ctypes, and I am looking for everythign there is under ctype.user32
> 
> I have this already
> 
> https://docs.python.org/3/library/ctypes.html#ctypes.WinDLL <https://docs.python.org/3/library/ctypes.html#ctypes.WinDLL>
> 
> the best I can find to what I am describing to you is this:
> 
> http://nullege.com/codes/show/src@m@o@mozharness-HEAD@external_tools@mouse_and_screen_resolution.py/115/ctypes.windll.user32.GetCursorPos <http://nullege.com/codes/show/src@m@o@mozharness-HEAD@external_tools@mouse_and_screen_resolution.py/115/ctypes.windll.user32.GetCursorPos>
> 
> 
> 
> I need everything there is to know about the ctypes. Yes I googled for it.
> 
> thanks!
> ------------------------------------------------------------------------------
> _______________________________________________
> ctypes-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ctypes-users

------------------------------------------------------------------------------

_______________________________________________
ctypes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ctypes-users