#include <nitro/fs.h>
static inline FSResult FS_GetResultCode(volatile const FSFile *p_file);
p_file | Address of the FSFile structure. |
Returns the result of the last process executed by the specified 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 yet been processed or is being processed.
If you want to get the result of the last operation that was performed on a specific archive, use FS_GetArchiveResultCode()
.
FSFile
FSResult
FS_GetArchiveResultCode
2007/11/02 Added a description of the FS_GetArchiveResultCode
function.
2004/07/13 Initial version.
CONFIDENTIAL