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 name="GENERATOR" content="Microsoft FrontPage 5.0">
7<META http-equiv="Content-Style-Type" content="text/css">
8<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
9<title>OSGetSavedRegion</title>
10</head>
11
12<body>
13
14<h1>OSGetSavedRegion</h1>
15
16
17<h2>C Specification</h2>
18
19<dl>
20<dd><pre><code>#include &lt;revolution/os.h&gt;</code></pre>
21  </dd>
22<dd><pre><CODE>void OSGetSavedRegion (void** start, void** end);</CODE></pre>
23  </dd>
24</dl>
25<h2>Arguments</h2>
26<TABLE border="1" cellpadding="3" cellspacing="0.1">
27  <tr>
28<TD width="120" bgcolor="#ffffe8"><i><b><code>start</code></b></i></TD>
29<TD width="520">[output] Pointer storing the start address of the area that was not cleared on the last <code><a href="OSExec.html">OSExecl</a></code>/<code><a href="OSExec.html">OSExecv</a></code>.</TD>
30    </tr>
31  <tr>
32<TD width="120" bgcolor="#ffffe8"><i><b><code>end</code></b></i></TD>
33<TD width="520">[output] Pointer storing the end address + 1 of the area that was not cleared on the last <code><a href="OSExec.html">OSExecl</a></code>/<code><a href="OSExec.html">OSExecv</a></code>.</TD>
34    </tr>
35</TABLE>
36<h2>Return Values</h2>
37<P>None.</P>
38<h2>Description</h2>
39<P>Gets the region specified by <A href="OSSetSaveRegion.html"><code>OSSetSaveRegion</code></A>. This region was saved during execution of the last <CODE><A href="OSExec.html">OSExecl</A></CODE> or <CODE><A href="OSExec.html">OSExecv</A></CODE>. For details on the region to be saved by the next call to <CODE><A href="OSExec.html">OSExecl</A></CODE> or <CODE><A href="OSExec.html">OSExecv</A></CODE>, see the description of <code><A href="OSGetSaveRegion.html">OSGetSaveRegion</A></code>.</P>
40
41<h2>See Also</h2>
42
43<p><code><A href="OSExec.html">OSExecl</A>/<A href="OSExec.html">OSExecv</A><BR> <a href="OSSetSaveRegion.html">OSSetSaveRegion</a><BR> <a href="OSGetSaveRegion.html">OSGetSaveRegion</a></code></p>
44<H2>Revision History</H2>
45<P>2006/03/01 Initial version.</P>
46<hr>
47<P>CONFIDENTIAL</p>
48</BODY>
49</HTML>