1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<title>ELLinkMode</title>
9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">ELLinkMode <img src="../image/TWL.gif" align="middle"></h1>
15<h2>Definition</h2>
16
17<dl>
18  <dd>
19  <PRE><CODE>#include &lt;twl/el.h&gt;</CODE><BR>
20typedef enum ELLinkMode {
21  EL_LINKMODE_ROUGH = 0,
22  EL_LINKMODE_ONESHOT,
23  EL_LINKMODE_RELATION
24} ELLinkMode;
25</PRE>
26  </dd>
27</dl>
28
29<H2>Elements</H2>
30<TABLE border="1" width="100%">
31  <TBODY>
32    <TR>
33<TD width="13%"><EM><STRONG>EL_LINKMODE_ROUGH</STRONG></EM></TD>
34<TD width="87%">Not currently used.</TD>
35    </TR>
36    <TR>
37<TD width="13%"><EM><STRONG>EL_LINKMODE_ONESHOT</STRONG></EM></TD>
38<TD width="87%">Mode that assumes everything is a veneer when a dynamic object is making an external reference, and calculates accordingly.</TD>
39    </TR>
40    <TR>
41<TD width="13%"><EM><STRONG>EL_LINKMODE_RELATION</STRONG></EM></TD>
42<TD width="87%">Not currently used.</TD>
43    </TR>
44  </TBODY>
45</TABLE>
46
47<h2>Description</h2>
48<P>Enumeration type that represents the mode used when dynamic links are tested.<BR>Can be specified using the <a href="EL_CalcEnoughBufferSizeforLink.html"><CODE>EL_CalcEnoughBufferSizeforLink*</CODE></a> functions.<BR> <BR>
49</P>
50
51<H2>Revision History</H2>
52<P>2009/03/04 Initial version.</P>
53<hr><p>CONFIDENTIAL</p></body>
54</html>
55