#include <nitro/fs.h>
void* FS_UnloadArchiveTables(FSArchive *p_arc);
p_arc | Address of the FSArchive structure. |
If there is a preloaded memory, this function returns its address. If there is no preloaded memory, it returns a value of NULL.
Releases to the user the memory that was preloaded by the FS_LoadArchiveTables
function. The archive returns to the normal state, where access to the archive takes place via callbacks.
2004/06/30 Initial version.
CONFIDENTIAL