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 http-equiv="Content-Style-Type" content="text/css">
6<TITLE>NCDRestoreConfig</TITLE>
7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
8</HEAD>
9<BODY>
10<H1>NCDRestoreConfig</H1>
11
12<H2>C Specification</H2>
13<DL>
14  <DD><PRE><CODE>#include &lt;revolution/ncd.h&gt;</CODE></PRE>
15  <DD><PRE><CODE>s32     NCDRestoreConfig( void );</CODE></PRE>
16</DL>
17
18<H2>Description</H2>
19<P>
20Restores current network settings to the configuration stored in the Wii console NAND memory.<BR><BR>This function does not normally need to be called. It is used when functions such as <A href="NCDSetIfConfig.html"><CODE>NCDSetIfConfig</CODE></A> are used to change the network settings for test purposes.
21</P>
22
23<H2>Arguments</H2>
24<P>None.</P>
25
26<h2>Return Values</h2>
27<P>
28Returns zero for success. Otherwise, returns a negative value. See <A href="NCDResult.html">NCD API Error Values</A> for the meanings of negative values.
29</P>
30
31<H2>See Also</H2>
32<P>
33<A href="NCDReadConfig.html"><CODE>NCDReadConfig</CODE></A>, <A href="NCDWriteConfig.html"><CODE>NCDWriteConfig</CODE></A>, <A href="NCDSetIfConfig.html"><CODE>NCDSetIfConfig</CODE></A>, <A href="NCDSetIpConfig.html"><CODE>NCDSetIpConfig</CODE></A>
34</P>
35
36<H2>Revision History</H2>
37<P>
382007/08/01 Standardized terminology.<BR>2006/10/23 Initial version.
39</P>
40
41<hr><p>CONFIDENTIAL</p></body>
42</HTML>