FS_GetFileImageTop

Syntax

#include <nitro/fs.h>

static inline u32 FS_GetFileImageTop(const FSFile *p_file);

Arguments

p_file Address of the FSFile structure
This file information must be maintained.

Return Values

Returns the beginning of the file image area's offset value in the archive.

Description

Returns the beginning of the file image area's offset value in the archive. The return value is undefined when this function is called by any files other than the one opened by the FS_OpenFileEx function.

See Also

FSFile
FS_GetFileImageBottom
FS_OpenFileEx
FS_GetArchiveBase

Revision History

2008/10/02 Updated the See Also list.
2004/07/13 Initial version.


CONFIDENTIAL