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<h2>Syntax</h2>
16<dl><dd><pre class="construction">#include &lt;revolution/os.h&gt;
17
18void OSReturnToMenu(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>The <CODE>OSReturnToMenu</CODE> function ends the currently running application and returns to the running of the system menu.</P>
29
30<P>When calling this function, you must be aware of the cautions indicated in <a target="contents" href="../toc.html#Reset">Reset and Shutdown Functions</A>.</P>
31
32<h2>See Also</h2>
33<P class="reference">
34<a target="contents" href="../toc.html#Reset">Reset and Shutdown Functions</a>
35</P>
36
37<H2>Revision History</H2>
38<P>2007/09/04 Revised explanation. <BR>2006/08/10 Initial version.</P>
39
40<hr><p>CONFIDENTIAL</p></body>
41</html>