#include <revolution/os.h>
void OSGetSaveRegion (void** start, void** end);
start |
[output] Pointer that stores the start address of the area that will not be cleared on the next OSExecl/OSExecv. |
end |
[output] Pointer that stores the end address + 1 of the area that will not be cleared on the next OSExecl/OSExecv. |
None.
Gets the region specified by OSSetSaveRegion. This region will be saved during execution of the next OSExecl or OSExecv. For details on the last region saved by OSExecl or OSExecv, see the description of OSGetSavedRegion.
OSExecl/OSExecv
OSSetSaveRegion
OSGetSavedRegion
03/01/2006 Initial version.