#include <nitro/fs.h>
static inline BOOL FS_IsArchiveTableLoaded(volatile const FSArchive *p_arc);
p_arc |
Address of the FSArchive structure. |
TRUE
if archive table currently pre-loaded. FALSE
otherwise.
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.
FSArchive
, FS_LoadArchiveTables
2004/06/30 Initial version.
CONFIDENTIAL