#include <nitro/fs.h>
static inline BOOL FS_IsArchiveLoaded(volatile const FSArchive *p_arc);
This function determines whether or not the specified archive is currently loaded in the file system.
p_arc |
Address of the FSArchive structure |
TRUE if the archive has been loaded in the system. FALSE otherwise.
FSArchive, FS_LoadArchive, FS_UnloadArchive
07/12/2004 Corrected link error
06/30/2004 Initial Version