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