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