Re: What functions are in which DLLs



<Ade@xxxxxxxxxxx> wrote in message news:dmi2gi$8u1$1@xxxxxxxxxxxxxxx

> Are there texts knocking about about what functions are held in
> which DLLs and what parameters they require.

The API Guide from Mentalis is a veryu good reference that lists most of the
functions and contains code examples for almost every one:

http://www.mentalis.org/agnet/apiguide.shtml

If you want to see what functions are in a specific dll then there are
various free tools available. Try dependency walker at:

http://www.dependencywalker.com/

Other than that, a good reference book is your best bet. Dan Appleman's
"Visual Basic Programmers' Guide to the Win32 API" is a very good one.

Mike





.