Viewing the DLL Exports

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

�Start the Windows Explorer from the Start menu.

�Click the DLL with the right mouse button.

�Click Quick View from the menu.

�Scroll to the heading, Export Table. The table contains the ordinal, entry point, and name for each export.

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.