FS_UnloadOverlay

Syntax

#include <nitro/fs.h>

BOOL FS_UnloadOverlay(MIProcessor target, FSOverlayID id);

Arguments

target Unload target (ARM9 processor/ARM7 processor).
id The module to unload.

Return Values

Returns TRUE if the module is unloaded properly; FALSE otherwise.

Description

This function unloads an overlay module that is specified by a processor and is specified by a number. This function is equivalent to using the FSOverlayInfo function to acquire overlay module information and calling the FS_UnloadOverlayImage function.

See Also

FSOverlayInfo, FSOverlayID, FS_OVERLAY_ID, FS_LoadOverlayInfo, FS_UnloadOverlayImage, FS_LoadOverlay

Revision History

2004/06/11 Added descriptions due to additional overlay functions.
2004/04/08 Revised description due to changing the FSOverlayID type.
2004/04/05 Revised description due to addition of the FSOverlayID type.
2004/04/01 Initial version.


CONFIDENTIAL