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 16<h2>C Specification</h2> 17 18<dl> 19<dd><pre><code>#include <revolution/os.h></code></pre></dd> 20<dd><pre><code>void OSRebootSystem(void);</code></pre></dd> 21</dl> 22 23<h2>Arguments</h2> 24<P>None.</P> 25 26<h2>Return Values</h2> 27<P>None.</P> 28 29<h2>Description</h2> 30<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> 31 32<P>You must be aware of the cautions indicated in the <A>Reset and Shutdown Functions</A> when calling this function.</P> 33 34<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="OSReturnToMenu.html"><CODE>OSReturnToMenu</CODE></A>. 35 36<h2>See Also</h2> 37<P><a target="contents" href="../toc.html#Reset">Reset and Shutdown Functions</a></P> 38 39<H2>Revision History</H2> 40<P>08/10/2006 Initial version.</P> 41 42<hr> 43<P>CONFIDENTIAL</p> 44</BODY> 45</HTML>