OSGetSavedRegion

C Specification

#include <revolution/os.h>
void OSGetSavedRegion (void** start, void** end);

Arguments

start [output] Pointer storing the start address of the area that was not cleared on the last OSExecl/OSExecv.
end [output] Pointer storing the end address + 1 of the area that was not cleared on the last OSExecl/OSExecv.

Return Values

None.

Description

Gets the region specified by OSSetSaveRegion. This region was saved during execution of the last OSExecl or OSExecv. For details on the region to be saved by the next call to OSExecl or OSExecv, see the description of OSGetSaveRegion.

See Also

OSExecl/OSExecv
OSSetSaveRegion
OSGetSaveRegion

Revision History

03/01/2006 Initial version.