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_IsResolved</TITLE> 8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 9</HEAD> 10<BODY> 11<H1 align="left">EL_IsResolved <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>typedef u32 ELDlld;</CODE><BR> 18 <BR> 19 <CODE>BOOL EL_IsResolved( ELDlld my_dlld); 20 </CODE> 21</DL> 22<H2>Arguments</H2> 23<TABLE border="1" width="100%"> 24 <TBODY> 25 <TR> 26 <TD><EM><STRONG>my_dlld</STRONG></EM></TD> 27 <TD>Dynamic module to be examined.</TD> 28 </TR> 29 </TBODY> 30</TABLE> 31 32<H2>Return Values</H2> 33<P> 34Returns <CODE>TRUE</CODE> when there are no unresolved external references.<BR>Returns <CODE>FALSE</CODE> when there are unresolved external references or the <CODE>my_dlld</CODE> argument is illegal. 35</P> 36 37<H2>Description</H2> 38<P> 39Checks a dynamic module for unresolved external references.<BR>For the <CODE>my_dlld</CODE> argument, give the return value from the <CODE><A href="EL_Link.html">EL_Link*</A></CODE> function that was called to register the dynamic module with the EL library. 40</P> 41 42<H2>See Also</H2> 43<P><CODE><A href="EL_ResolveAll.html">EL_ResolveAll</A></CODE>, <CODE><A href="EL_Link.html">EL_Link*</A></CODE></P> 44<H2>Revision History</H2> 45<P> 462008/07/11 Added <CODE>ELDlld</CODE>. <BR>2007/08/21 Initial version.</P> 47<hr><p>CONFIDENTIAL</p></body> 48</HTML> 49