
#include <twl/el.h>BOOL EL_Export( ELAdrEntry* AdrEnt );
| AdrEnt | Address table to export. |
Returns TRUE if symbol information was successfully added.
Adds symbol information to the address table.
This function is used to pass static module symbol information to the EL library so that dynamic modules can invoke static module symbols. This function is normally called within the EL_AddStaticSym function that is generated by the makelst tool, and does not need to be called anywhere else.
2008/07/24 Changed Return Values.
2007/08/21 Initial version.
CONFIDENTIAL