1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META http-equiv="Content-Style-Type" content="text/css">
6<META name="GENERATOR" content="Microsoft FrontPage 5.0">
7<LINK rel="stylesheet" href="../../CSS/revolution.css" type="text/css">
8<TITLE>OSGetSaveRegion</TITLE>
9</HEAD>
10<BODY>
11<H1>OSGetSaveRegion</H1>
12<H2>C Specification</H2>
13<DL>
14  <DD>
15<PRE><CODE>#include &lt;revolution/os.h&gt;</CODE></PRE>
16  <DD>
17<PRE><CODE>void OSGetSaveRegion (void** start, void** end);</CODE></PRE>
18</DL>
19<H2>Arguments</H2>
20<TABLE border="1" cellpadding="3" cellspacing="0.1">
21  <TBODY>
22    <TR>
23<TD width="120" bgcolor="#ffffe8"><I><B><CODE>start</CODE></B></I></TD>
24<TD width="520">[output] Pointer that stores the start address of the area that will not be cleared on the next <code><a href="OSExec.html">OSExecl</a></code>/<code><a href="OSExec.html">OSExecv</a></code>.</TD>
25    </TR>
26    <TR>
27<TD width="120" bgcolor="#ffffe8"><I><B><CODE>end</CODE></B></I></TD>
28<TD width="520">[output] Pointer that stores the end address + 1 of the area that will not be cleared on the next <code><a href="OSExec.html">OSExecl</a></code>/<code><a href="OSExec.html">OSExecv</a></code>.</TD>
29    </TR>
30  </TBODY>
31</TABLE>
32<H2>Return Values</H2>
33<P>None.</P>
34<H2>Description</H2>
35<P>Gets the region specified by <A href="OSSetSaveRegion.html"><CODE>OSSetSaveRegion</CODE></A>. This region will be saved during execution of the next <CODE><A href="OSExec.html">OSExecl</A></CODE> or <CODE><A href="OSExec.html">OSExecv</A></CODE>. For details on the last region saved by <CODE><A href="OSExec.html">OSExecl</A></CODE> or <CODE><A href="OSExec.html">OSExecv</A></CODE>, see the description of <code><a href="OSGetSavedRegion.html">OSGetSavedRegion</A></CODE>.</P>
36
37<H2>See Also</H2>
38<P><code><A href="OSExec.html">OSExecl</A>/<A href="OSExec.html">OSExecv<BR></A><A href="OSSetSaveRegion.html">OSSetSaveRegion</A><BR> <A href="OSGetSavedRegion.html">OSGetSavedRegion</A></code></P>
39<H2>Revision History</H2>
40<P>03/01/2006 Initial version.</P>
41</BODY>
42</HTML>