The Visual Studio command prompt has a tool dumpbin
which prints all the extern
functions and exposed class methods for working with a particular DLL. The output shows the method signatures needed for the LoadLibrary
and GetProcAddress
calls.
dumpbin /exports NameOfLibrary.dll