1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<TITLE>EL_Export</TITLE> 8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 9</HEAD> 10<BODY> 11<H1 align="left">EL_Export <img src="../image/TWL.gif" align="middle"></H1> 12<H2>Syntax</H2> 13<DL> 14 <DD> 15 <CODE>#include <twl/el.h></CODE><BR> 16 <BR> 17 <CODE>BOOL EL_Export( <A href="ELAdrEntry.html">ELAdrEntry</A>* AdrEnt ); 18 </CODE> 19</DL> 20<H2>Arguments</H2> 21<TABLE border="1" width="100%"> 22 <TBODY> 23 <TR> 24 <TD><EM><STRONG>AdrEnt</STRONG></EM></TD> 25 <TD>Address table to export.</TD> 26 </TR> 27 </TBODY> 28</TABLE> 29 30<H2>Return Values</H2> 31<P> 32Returns <CODE>TRUE</CODE> if symbol information was successfully added. 33</P> 34 35<H2>Description</H2> 36<P> 37Adds symbol information to the address table.<BR>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 <CODE><A href="EL_AddStaticSym.html">EL_AddStaticSym</A></CODE> function that is generated by the <CODE>makelst</CODE> tool, and does not need to be called anywhere else. 38</P> 39 40<H2>See Also</H2> 41<P><CODE><A href="EL_AddStaticSym.html">EL_AddStaticSym</A></CODE>, <CODE><A href="ELAdrEntry.html">ELAdrEntry</A></CODE></P> 42<H2>Revision History</H2> 43<P> 442008/07/24 Changed Return Values.<BR>2007/08/21 Initial version.</P> 45<hr><p>CONFIDENTIAL</p></body> 46</HTML> 47