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