EL_Export

Syntax

#include <twl/el.h>

BOOL EL_Export( ELAdrEntry* AdrEnt );

Arguments

AdrEnt Address table to export.

Return Values

Returns TRUE if symbol information was successfully added.

Description

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.

See Also

EL_AddStaticSym, ELAdrEntry

Revision History

2008/07/24 Changed Return Values.
2007/08/21 Initial version.


CONFIDENTIAL