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>OSReturnToDataManager</title> 9</head> 10 11<body> 12 13<h1>OSReturnToDataManager</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 OSReturnToDataManager(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>OSReturnToDataManager</CODE> function ends the currently running application and changes to the Data Management screen in 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<P><B>Note:</B> This function is valid for consoles with Wii Menu version 3.0 or later.</P> 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>2007/09/04 Initial version.</P> 41 42<hr><p>CONFIDENTIAL</p></body> 43</html> 44