Mega Code Archive

 
Categories / Delphi / API
 

Can i get function params from a dll

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.