FS_UnloadArchiveTables


C Specification

#include <nitro/fs.h>

void* FS_UnloadArchiveTables(FSArchive *p_arc);

Description

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.

Arguments

p_arc Address of the FSArchive structure

Return Values

If there is preloaded memory, the function returns the address to that memory. Otherwise, it returns NULL.

See Also

FSArchive, FS_LoadArchiveTables

Revision History

06/30/2004 Initial Version