FS_GetOverlayAddress

Syntax

#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. The FS_LoadOverlayImage function loads an image to this address.

See Also

FSOverlayInfo, FS_LoadOverlayInfo, FS_GetOverlayTotalSize, FS_GetOverlayImageSize, FS_LoadOverlayImage, FS_UnloadOverlayImage

Revision History

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


CONFIDENTIAL