FS_IsArchiveLoaded


C Specification

#include <nitro/fs.h>

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

Description

This function determines whether or not the specified archive is currently loaded in the file system.

Arguments

p_arc Address of the FSArchive structure

Return Values

TRUE if the archive has been loaded in the system. FALSE otherwise.

See Also

FSArchive, FS_LoadArchive, FS_UnloadArchive

Revision History

07/12/2004 Corrected link error
06/30/2004 Initial Version