>>但不知道其参数,找高手!
呵呵,请看community.borland.com上的回答:
Question:
How can I get a list of the function parameters of a given
function in a Dynamic Link Library (DLL) at runtime?
Answer:
While you can get the list of exported functions in a DLL,
you cannot get the parameter list. To get this information,
you would need get thedo
cumentation from the distributor of the DLL.