#include <nitro/fs.h>
static inline BOOL FS_IsArchiveSuspended(volatile const FSArchive *p_arc);
This function determines whether or not the specified archive is currently suspended.
A suspended archive stores all received commands but does not execute them.
p_arc |
Address of the FSArchive structure |
TRUE is the archive is currently suspended. FALSE otherwise.
FSArchive, FS_ResumeArchive, FS_SuspendArchive
06/30/2004 Initial Version