Prev: importing modules
Next: Cross-platform file paths
From: NickGB on 7 May 2010 07:48 is there a way using ctypes to list the exported functions of a DLL? This is what I was hoping to do... from ctypes import * myDLL = windll.some_dll # what is this method? does it exist? list_of_exported_functions = myDLL.list_exported_functions()
|
Pages: 1 Prev: importing modules Next: Cross-platform file paths |