|
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.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|