1.2.7.4.49 SYS_FS_RESULT Enum
C
typedef enum { /* Operation succeeded */ SYS_FS_RES_SUCCESS = 0, /* Operation failed */ SYS_FS_RES_FAILURE = -1 } SYS_FS_RESULT;
Summary
Lists the various results of a file operation.
Description
This enumeration lists the various results of a file operation. When a file operation function is called from the application, and if the return type of the function is SYS_FS_RESULT, then the enumeration below specifies the possible values returned by the function.
Remarks
None.