FS_ResumeArchive


C Specification

#include <nitro/fs.h>

BOOL FS_ResumeArchive(FSArchive *p_arc);

Description

Returns the archive from the halted state to the normal state after any FS_SuspendArchive call.

The archive is in the normal state at the time of initialization, and gets put in the stopped state by calling the FS_SuspendArchive function.

Arguments

p_arc Address of the FSArchive structure

Return Values

FALSE if archive is in the suspended state before the change. TRUE if not.

See Also

FSArchive, FS_SuspendArchive

Revision History

07/12/2004 Changed the return value type
06/30/2004 Initial Version