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>OSReturnToMenu</title> 9</head> 10 11<body> 12 13<h1>OSReturnToMenu</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 OSReturnToMenu(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>OSReturnToMenu</CODE> ends the currently running application and returns to the running of the system menu.</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<h2>See Also</h2> 35<P><a target="contents" href="../toc.html#Reset">Reset and Shutdown Functions</a></P> 36 37<H2>Revision History</H2> 38<P>08/10/2006 Initial version.</P> 39 40<hr> 41<P>CONFIDENTIAL</p> 42</BODY> 43</HTML>