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<h2>Syntax</h2> 17<dl><dd><pre class="construction"> 18#include <revolution/os.h> 19 20void OSGetSavedRegion(void** start, void** end); 21</pre></dd></dl> 22 23<h2>Arguments</h2> 24<TABLE class="arguments" border="1" > 25 <tr> 26<TH>start</TH> 27<TD>Pointer that stores the start address of the memory region that was not cleared the last time <A href="OSExec.html"><CODE>OSExecl</CODE></A>, <A href="OSExec.html"><CODE>OSExecv</CODE></A>, or <A href="OSRestart.html"><CODE>OSRestart</CODE></A> was invoked.</TD> 28 </tr> 29 <tr> 30<TH>end</TH> 31<TD>Pointer that stores the end address + 1 of the memory region that was not cleared the last time <A href="OSExec.html"><CODE>OSExecl</CODE></A>, <A href="OSExec.html"><CODE>OSExecv</CODE></A>, or <A href="OSRestart.html"><CODE>OSRestart</CODE></A> was invoked.</TD> 32 </tr> 33</TABLE> 34 35<h2>Return Values</h2> 36<P>None.</P> 37 38<h2>Description</h2> 39<P>Gets the region specified by <A href="OSSetSaveRegion.html"><code>OSSetSaveRegion</code></A>. This memory region was retained the last time <A href="OSExec.html"><CODE>OSExecl</CODE></A>, <A href="OSExec.html"><CODE>OSExecv</CODE></A>, or <A href="OSRestart.html"><CODE>OSRestart</CODE></A> was executed. For details about the region that will be saved in the next <A href="OSExec.html"><CODE>OSExecl</CODE></A> / <A href="OSExec.html"><CODE>OSExecv</CODE></A> / <A href="OSRestart.html"><CODE>OSRestart</CODE></A>, see the <A href="OSGetSaveRegion.html"><code>OSGetSaveRegion</code></A> function.</P> 40 41<h2>See Also</h2> 42<P class="reference"> 43<A href="OSExec.html">OSExecl</A>/<A href="OSExec.html">OSExecv</A>, <A href="OSRestart.html"><CODE>OSRestart</CODE></A>, 44<a href="OSSetSaveRegion.html">OSSetSaveRegion</a>, 45<a href="OSGetSaveRegion.html">OSGetSaveRegion</a> 46</p> 47 48<H2>Revision History</H2> 49<P> 502008/05/12 Revised explanation.<br><br> 2006/03/01 Initial version.<br> 51</P> 52 53<hr><p>CONFIDENTIAL</p></body> 54</html>