FS_LoadOverlayInfo

Syntax

#include <nitro/fs.h>

BOOL FS_LoadOverlayInfo(FSOverlayInfo *p_ovi, MIProcessor target, FSOverlayID id);

Arguments

p_ovi The FSOverlayInfo structure that holds overlay module information.
target Overlay module target (ARM9 processor/ARM7 processor)
id Overlay module ID

Return Values

Returns a value of TRUE if the overlay module's information is loaded properly. Otherwise, a value of FALSE is returned.

Description

This function loads information that concerns an overlay module that is associated with a specified processor and a specified number.

See Also

FSOverlayInfo, FSOverlayID, FS_OVERLAY_ID, FS_GetOverlayTotalSize, FS_GetOverlayImageSize, FS_GetOverlayAddress, FS_GetOverlayFileID, FS_LoadOverlayImage, FS_StartOverlay, FS_UnloadOverlayImage

Revision History

2004/06/11 Initial version.


CONFIDENTIAL