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_GetResultCode</TITLE>
8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11<H1 align="left">EL_GetResultCode <img src="../image/TWL.gif" align="middle"></H1>
12<H2>Syntax</H2>
13<DL>
14  <DD>
15  <CODE>#include &lt;twl/el.h&gt;</CODE><BR>
16  <BR>
17  <CODE><a href="ELResult.html">ELResult</a> EL_GetResultCode( void);
18  </CODE>
19</DL>
20<H2>Arguments</H2>
21<P>None.</P>
22
23<H2>Return Values</H2>
24<p>Returns the result of the last process performed by the EL library.</p>
25
26<H2>Description</H2>
27<P>
28Returns the result of the last process performed by the EL library.<BR> If this function has been called before the <a href="EL_Init.html"><CODE>EL_Init</CODE></a> function runs, it returns <CODE>EL_RESULT_FAILURE</CODE>.
29</P>
30
31<H2>See Also</H2>
32<P><A href="EL_Init.html"><CODE>EL_Init</CODE></A><BR> <A href="ELResult.html"><CODE>ELResult</CODE></A></P>
33<H2>Revision History</H2>
34<P>
352009/01/14 Initial version.</P>
36<hr><p>CONFIDENTIAL</p></body>
37</HTML>
38