Page 1 of 1

Automated creation of DLL import files?

Posted: Thu Sep 09, 2004 12:38 pm
by Justin
I know i can enumerate the dll function names, but i also need the number of parameters for each function, it is possible to retrieve this value from the dll?

Posted: Thu Sep 09, 2004 4:27 pm
by Moonshine
From PB, no. Someone may be aware of another method, maybe an API call?

Posted: Thu Sep 09, 2004 9:54 pm
by Justin
i did a little search and i think is not possible from the .dll, in any language. anyways i wanted to do a gdi+ import, should be easy with a little code to parse the docs at msdn, maybe i'll post it once finished.

Posted: Mon Sep 13, 2004 9:36 am
by Fred
Yes, the DLL itself doesn't store the parameter number information.