![]() |
| |||||||||||
![]() |
Program ExportsIf your program is a component to be called by another program or is a 'control' it will define the functions that it provides in the PE header of the component DLL, OCX or whatever. This is the mirror image of an 'import' function. The loader has to match the exports with the imports required when it loads a program. Viewing Exports with InspectExeInspectExe lets you list all the exported functions for a .DLL or .EXE file
It will also show you the functions exported by a static library .lib file :
|
|||||||||||