Question and Answer Database FAQ2649D.txt Can I get function params from a dll. Category :Windows API Platform :All Product :All 32 bit 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 the documentation from the distributor of the DLL. 7/16/98 4:31:28 PM
Last Modified: 01-SEP-99