FS_GetOverlayAddress

C Specification

#include <nitro/fs.h>

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

Arguments

p_ovi FSOverlayInfo structure that holds overlay module information

Return Values

Returns the start memory address of the overlay module.

Description

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

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.