FS_IsArchiveTableLoaded

C Specification

#include <nitro/fs.h>

static inline BOOL FS_IsArchiveTableLoaded(volatile const FSArchive *p_arc);

Arguments

p_arc Address of the FSArchive structure

Return Values

TRUE if archive table currently pre-loaded. FALSE otherwise.

Description

This function determines whether FAT and FNT data for the specified archive are already pre-loaded. When tables are preloaded, directory access via memory is more efficient.

See Also

FSArchive, FS_LoadArchiveTables

Revision History

06/30/2004 Initial version.