

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