#include <nitro/fs.h>static inline BOOL FS_IsBusy(volatile const FSFile *p_file);This determines whether the specified file is executing an asynchronous process.
p_file |
FSFile structure's address |
If the file is currently executing an asynchronous process, it returns TRUE. Otherwise it returns FALSE.
FSFile,
FS_ReadFileAsync,
FS_WaitAsync
05/14/2004 Initial Version