#include <nitro/fs.h>static inline BOOL FS_IsSucceeded(volatile const FSFile *p_file);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.
p_file |
FSFile structure's address |
If the most recently completed asynchronous process succeeded, it returns TRUE. Otherwise it returns FALSE.
FSFile,
FS_ReadFileAsync,
FS_WaitAsync
05/14/2004 Initial Version