#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 whether or not the specified archive is currently suspended. A suspended archive stores all received commands but does not execute them.
FSArchive, FS_ResumeArchive, FS_SuspendArchive
06/30/2004 Initial version.
CONFIDENTIAL