FSOverlayInfo

Definition

#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.

Note

This type of internal expression may change in future enhancements. Avoid programming that depends upon 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

2004/09/24 Corrected links.
2004/06/11 Initial version.


CONFIDENTIAL