FSOverlayInfo


C Specification

#include <nitro/fs.h>


typedef                 struct
{
/* private: */
    FSOverlayInfoHeader     header;
    MIProcessor             target;/* target processor */
} FSOverlayInfo;

Description

This is the structure that saves overlay module information. These are used as arguments for the various overlay functions.

Caution

These types of internal expressions may change in future enhancements. Avoid programming that depends on sizes and members in the current package.

See Also

FSOverlayID, FS_OVERLAY_ID, FS_EXTERN_OVERLAY, FS_LoadOverlayInfo, FS_GetOverlayTotalSize, FS_GetOverlayImageSize, FS_GetOverlayAddress, FS_GetOverlayFileID, FS_LoadOverlayImage, FS_StartOverlay, FS_UnloadOverlayImage, FS_LoadOverlay, FS_UnloadOverlay

Revision History

09/24/2004 Changed links
06/11/2004 Initial version