FS_GetArchiveFAT

Syntax

#include <nitro/fs.h>

static inline u32 FS_GetArchiveFAT(const FSArchive *p_arc);

Arguments

p_arc Address of the FSArchive structure.

Return Values

The archive's FAT offset.

Description

Returns the archive's FAT offset. This value does not change after the archive is loaded; the base offset is not added to it. If the archive has not been loaded to the system by FS_LoadArchive, calling this function returns an undefined value.

See Also

FSArchive, FS_GetArchiveBase, FS_GetArchiveFNT, FS_LoadArchive, FS_UnloadArchive

Revision History

2004/11/02 Corrected error in paragraph format.
2004/07/12 Corrected link error.
2004/06/30 Initial version.


CONFIDENTIAL