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_CfReset</title>
9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
10</head>
11
12<body>
13<a name="dwc__cfriend_8h_198b40e795e527eb187fac0e6b43c7a24"></a>
14<h1 align="left">DWC_CfReset</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__cfriend_8h_1ccfc9575a5d094b20e4b1227b599a8d5>DWCCfError</a> <a href=DWC_CfReset.html#dwc__cfriend_8h_198b40e795e527eb187fac0e6b43c7a24>DWC_CfReset</a>(void);</CODE></PRE></dd>
22</dl>
23
24<h2>Arguments</h2>
25
26<p>None.</p>
27
28<h2>Return Values</h2>
29
30<TABLE border="1" width="100%">
31  <TBODY>
32
33    <TR>
34<TD width="13%"><EM><STRONG>DWC_CF_ERROR_NONE</STRONG></EM></TD>
35<TD width="87%">Succeeded.</TD>
36    </TR>
37
38    <TR>
39<TD width="13%"><EM><STRONG>Other</STRONG></EM></TD>
40<TD width="87%">The <a href=Macro.html#dwc__cfriend_8h_1ccfc9575a5d094b20e4b1227b599a8d5><CODE>DWCCfError</CODE></a> enumerated type which indicates the error code.</TD>
41    </TR>
42
43  </TBODY>
44</TABLE>
45
46<H2>Description</H2>
47<p>Explicitly releases the memory secured by the <A href="DWC_CfSetAppFriendKeyToNWC24Msg.html"><CODE>DWC_CfSetAppFriendKeyToNWC24Msg</CODE></a> function.</p><p>Even if this function is not called, the secured memory will be released when the <A href="DWC_Shutdown.html"><CODE>DWC_Shutdown</CODE></a> function is called.</p><p>You cannot call this function before calling <CODE>NWC24CommitMsg</CODE>.</p>
48
49<H2>Revision History</H2>
50<DL>
51
52<DT><para>1.4.1</DT>
53<DD>Corrected the description of the return values</DD>
54
55<DT><para>1.4.0</DT>
56<DD>Created initial version</DD>
57
58</DL>
59<hr><p>CONFIDENTIAL</p></body>
60</html>
61