#include <nitro/fs.h>
BOOL FS_ResumeArchive(FSArchive *p_arc);
p_arc | Address of the FSArchive structure. |
FALSE
if archive is in the suspended state before the change. TRUE
if not.
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 is put in the stopped state by calling the FS_SuspendArchive
function.
2004/07/12 Changed the return value type
2004/06/30 Initial Version
CONFIDENTIAL