
Finding functions inside DLL's?
If you have quickview, open the dll in quickview and look through the
text. There will be a few areas near each other that say Resident
Export etc etc and non-resident export etc etc
These will give the number of the call and the name that the call is
exported as. Finding the proper declarations is a little trickier. Mr
Jackson's reply covers the best ways to do that.
boots
On Thu, 25 Sep 1997 22:44:26 -0400, Curtiss Howard
Quote:
>How can I find out what functions are in a given DLL?
>Thanks in advance.