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