FS_IsSucceeded


C Specification

#include <nitro/fs.h>

static inline BOOL FS_IsSucceeded(volatile const FSFile *p_file);

Description

This determines whether the last asynchronous process that the specified file completed was correctly executed. It will be FALSE if the file is already closed, or some illegal process was performed.

Arguments

p_file FSFile structure's address

Return Values

If the most recently completed asynchronous process succeeded, it returns TRUE. Otherwise it returns FALSE.

See Also

FSFile, FS_ReadFileAsync, FS_WaitAsync

Revision History

05/14/2004 Initial Version