FS_GetOverlayAddress


C Specification

#include <nitro/fs.h>

static inline void* FS_GetOverlayAddress(const FSOverlayInfo *p_ovi);
    

Description

This function acquires the start address of the memory where an overlay module is located. FS_LoadOverlayImage() loads an image to this address.

Arguments

p_ovi FSOverlayInfo structure that holds overlay module information.

Return Values

Returns the start memory address of the overlay module.

See Also

FSOverlayInfo, FS_LoadOverlayInfo, FS_GetOverlayTotalSize, FS_GetOverlayImageSize, FS_LoadOverlayImage, FS_UnloadOverlayImage

Revision History

11/02/2004 Deleted a link.
06/11/2004 Initial version.