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<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 8<title>OSRebootSystem</title> 9</head> 10 11<body> 12 13<h1>OSRebootSystem</h1> 14 15<h2>Syntax</h2> 16<dl><dd><pre class="construction">#include <revolution/os.h> 17 18void OSRebootSystem(void); 19</pre></dd></dl> 20 21<h2>Arguments</h2> 22<P>None.</P> 23 24<h2>Return Values</h2> 25<P>None.</P> 26 27<h2>Description</h2> 28<P><code>OSRebootSystem</code> performs a (hot) reset of the entire system. Running this returns the system to the same state after turning the power, running the system menu after the launch sequence has run.</P> 29 30<P>When calling this function, keep in mind the precautions in <A HREF="intro.html">Reset and Shutdown Functions</A>.</P> 31 32<P><STRONG>WARNING:</STRONG> A significant amount of time is needed for the application program to restart because the system menu must be launched after running the same sequence that occurs when the power is turned on. We strongly recommend using the <A HREF="OSRestart.html"><CODE>OSRestart</CODE></A> restart (or the initialization of all variables and memory states by the application itself) to reset applications normally. If your only objective is to return to the system menu, we strongly recommend using <A HREF="../WiiMenu/OSReturnToMenu.html"><CODE>OSReturnToMenu</CODE></A>.</P> 33 34<h2>See Also</h2> 35<P class="reference"> 36<a target="contents" href="../toc.html#Reset">Reset and Shutdown Functions</a>, 37<A HREF="OSRestart.html">OSRestart</A>, 38<A HREF="../WiiMenu/OSReturnToMenu.html">OSReturnToMenu</A> 39</P> 40 41<H2>Revision History</H2> 42<P> 432008/05/22 Updated the link to <CODE>OSReturnToMenu</CODE> because this function's page has been moved.<br>2006/08/10 Initial version. 44</P> 45 46<hr><p>CONFIDENTIAL</p></body> 47</html>