FS_IsArchiveSuspended

Syntax

#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 if 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

2004/06/30 Initial version.


CONFIDENTIAL