#include <nitro/fs.h>
static inline FSResult FS_GetResultCode(volatile const FSFile *p_file);
Gets the result of the last process executed by the specified file.
The result is undefined if this function was called to the file that has not been yet processed or being processed.
p_file |
Address of the FSFile structure |
Returns the result of the last process executed by the specified file.
07/13/2004 Initial version