FS_UnloadArchiveTables

Syntax

#include <nitro/fs.h>

void* FS_UnloadArchiveTables(FSArchive *p_arc);

Arguments

p_arc Address of the FSArchive structure.

Return Values

If there is a preloaded memory, this function returns its address. If there is no preloaded memory, it returns a value of NULL.

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.

See Also

Revision History

2004/06/30 Initial version.


CONFIDENTIAL