Platform SDK: DLLs, Processes, and Threads

Viewing the DLL Exports

If you would like to view the names of the functions that are exported from a Win32-based DLL, use the following steps.

Your linker (or a similar tool) may also provide a list of exported functions. For more information, see the documentation included with your development tools.