#include <nitro/fs.h>BOOL FS_LoadOverlayInfo(FSOverlayInfo *p_ovi, MIProcessor target, FSOverlayID id);This function loads information that concerns an overlay module that is associated with a specified processor and a specified number.
p_ovi |
FSOverlayInfo structure that holds overlay module information |
target |
Overlay module target (main processor/sub 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.
FSOverlayInfo, FSOverlayID, FS_OVERLAY_ID, FS_GetOverlayTotalSize, FS_GetOverlayImageSize, FS_GetOverlayAddress, FS_GetOverlayFileID, FS_LoadOverlayImage, FS_StartOverlay, FS_UnloadOverlayImage
06/11/2004 Initial version