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 &lt;revolution/os.h&gt;</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>The <CODE>OSReturnToMenu</CODE> function ends the currently running application and returns to the Wii Menu.</P>
31
32<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>
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>2007/09/04 Revised explanation. <BR>2006/08/10 Initial version.</P>
39
40<hr><p>CONFIDENTIAL</p></body>
41</html>