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>OSShutdownSystem</title>
9</head>
10
11<body>
12
13<h1>OSShutdownSystem</h1>
14
15<h2>Syntax</h2>
16<dl><dd><pre class="construction">
17#include &lt;revolution/os.h&gt;
18
19void OSShutdownSystem(void);
20</pre></dd></dl>
21
22<h2>Arguments</h2>
23<P>None.</P>
24
25<h2>Return Values</h2>
26<P>None.</P>
27
28<h2>Description</h2>
29<P>The <CODE>OSShutdownSystem</CODE> function ends the currently running application and turns the system power off.</P>
30
31<P>You must be aware of the cautions indicated in the <A>Reset and Shutdown Functions</A> when calling this function.</P>
32
33<h2>See Also</h2>
34<P class="reference">
35<a target="contents" href="../toc.html#Reset">Reset and Shutdown Functions</a>
36</P>
37
38<H2>Revision History</H2>
39<P>
402006/08/10 Initial version.<br>
41</P>
42
43<hr><p>CONFIDENTIAL</p></body>
44</html>