FS_IsArchiveSuspended

C Specification

#include <nitro/fs.h>

static inline BOOL FS_IsArchiveSuspended(volatile const FSArchive *p_arc);

Arguments

p_arc Address of the FSArchive structure

Return Values

TRUE is the archive is currently suspended. FALSE otherwise.

Description

This function determines whether or not the specified archive is currently suspended. A suspended archive stores all received commands but does not execute them.

See Also

FSArchive, FS_ResumeArchive, FS_SuspendArchive

Revision History

06/30/2004 Initial version.