Running function from win32 dll

Terry Reedy tjreedy at udel.edu
Mon Nov 30 17:00:47 EST 2009


Nadav Chernin wrote:

> I want to run function from win32 dll.
> I used ctypes.windll.LoadLibrary to load the DLL.
> But I don’t know how to select function and run it.

Which part of the Lib manual chapter did you not understand?





More information about the Python-list mailing list