How can I call the functions in a DLL

hanzac hanzac at cmmail.com
Wed Jan 15 20:56:17 EST 2003


HI,
I once used win32api.LoadLibrary("xxx.dll") and stored the HANDLE in d
and used win32api.GetProcAddress(a, "xxx")
and it returned a int value of the function address.

But how can I call the function?
Can someone guide me? Thanks first.:-)




More information about the Python-list mailing list