FS_IsArchiveLoaded

Syntax

#include <nitro/fs.h>

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

Arguments

p_arc Address of the FSArchive structure.

Return Values

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

Description

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

See Also

FSArchive, FS_LoadArchive, FS_UnloadArchive

Revision History

2004/07/12 Corrected link error.
2004/06/30 Initial version.


CONFIDENTIAL