#include <nitro/fs.h>
BOOL FS_UnloadArchive(FSArchive *p_arc);
p_arc | Address of the FSArchive structure. |
TRUE
if the archive has been correctly unloaded from the file system. FALSE
otherwise.
Unloads an archive that has been loaded in the file system. If the archive is currently processing a command, the function waits until the command ends. If there is a process-wait command running in the archive, the function is completely canceled.
FSArchive
, FS_ReleaseArchiveName
, FS_LoadArchive
2004/06/30 Initial version.
CONFIDENTIAL