

#include <nitro/fs.h>BOOL FS_LoadOverlayInfo(FSOverlayInfo *p_ovi, MIProcessor target, FSOverlayID id);| p_ovi | The FSOverlayInfo structure that holds overlay module information. |
| target | Overlay module target (ARM9 processor/ARM7 processor) |
| id | Overlay module ID |
Returns a value of TRUE if the overlay module's information is loaded properly. Otherwise, a value of FALSE is returned.
This function loads information that concerns an overlay module that is associated with a specified processor and a specified number.
FSOverlayInfo, FSOverlayID, FS_OVERLAY_ID, FS_GetOverlayTotalSize, FS_GetOverlayImageSize, FS_GetOverlayAddress, FS_GetOverlayFileID, FS_LoadOverlayImage, FS_StartOverlay, FS_UnloadOverlayImage
2004/06/11 Initial version.
CONFIDENTIAL