#include <nitro/fs.h>
BOOL FS_UnloadArchive(FSArchive *p_arc);
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.
p_arc |
Address of the FSArchive structure |
TRUE if the archive has been correctly unloaded from the file system. FALSE otherwise.
FSArchive, FS_ReleaseArchiveName, FS_LoadArchive
06/30/2004 Initial Version