Hi, I am looking for documentation for the ctypes module, Does anyone know where i can find it?
I need to read ctypes.windll.user32 and everything.
thx!
Printable View
Hi, I am looking for documentation for the ctypes module, Does anyone know where i can find it?
I need to read ctypes.windll.user32 and everything.
thx!
The library appears to be covered by the Python online docs.
got it, thanks :)