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 http-equiv="Content-Style-Type" content="text/css">
7<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
8<title>DWC_GetLastErrorEx</title>
9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
10</head>
11
12<body>
13<a name="dwc__error_8h_118bd79f5d5151259c19c4e552e5e633b"></a>
14<h1 align="left">DWC_GetLastErrorEx</h1>
15<h2>Syntax</h2>
16
17<dl>
18  <dd>
19<CODE>#include &lt;dwc.h&gt;</CODE><BR>
20  <BR>
21  <PRE><CODE><a href=Macro.html#dwc__error_8h_1c049360b665a730f7f639f014a4fed19>DWCError</a> <a href=DWC_GetLastErrorEx.html#dwc__error_8h_118bd79f5d5151259c19c4e552e5e633b>DWC_GetLastErrorEx</a>(int *errorCode,
22                            <a href=Macro.html#dwc__error_8h_168ff183290bdb65d992a516a2496c5ec>DWCErrorType</a> *errorType);</CODE></PRE></dd>
23</dl>
24
25<h2>Arguments</h2>
26
27<TABLE border="1" width="100%">
28  <TBODY>
29
30    <TR>
31<TD width="13%"><EM><STRONG>errorCode</STRONG></EM></TD>
32<TD width="87%">Pointer to the error code storage location. Pass NULL if not needed.</TD>
33    </TR>
34
35    <TR>
36<TD width="13%"><EM><STRONG>errorType</STRONG></EM></TD>
37<TD width="87%">Pointer to location where the error processing type is stored. Pass NULL if not needed.</TD>
38    </TR>
39
40  </TBODY>
41</TABLE>
42
43<h2>Return Values</h2>
44
45<p>Error type.</p>
46
47<H2>Description</H2>
48<p><CODE>errorType</CODE> stores both the information about the recovery process after an error occurs and the information for displaying the error code, so standard error processing can be created for each of its values.</p>
49
50<h2>See Also</h2>
51<p>
52
53<CODE><A href="DWC_GetLastError.html">DWC_GetLastError</A></CODE>
54
55</p>
56
57<H2>Revision History</H2>
58<DL>
59
60</DL>
61<hr><p>CONFIDENTIAL</p></body>
62</html>
63