Главная страница | назад





Article #17536: How can I get a list of...?

 Question and Answer Database
FAQ2536C.txt How can I get a list of...?
Category :Windows API
Platform :All
Product :C++Builder 3.x
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/2/98 10:32:32 AM

Last Modified: 01-SEP-99