Operating System
|
define error code that is used in fsapi.h More...
Go to the source code of this file.
Macros | |
#define | NO_ERR 0 |
#define | ERR_SYS_PROTC -2 |
system protected file, not allow executing the operation More... | |
#define | ERR_TYPE_FLDR -3 |
target type is folder, unable to execute the operation More... | |
#define | ERR_TYPE_DOC -4 |
target type is partition doc, unable More... | |
define error code that is used in fsapi.h
Definition in file fsErrorCode.h.
#define ERR_SYS_PROTC -2 |
system protected file, not allow executing the operation
Definition at line 7 of file fsErrorCode.h.
#define ERR_TYPE_DOC -4 |
target type is partition doc, unable
Definition at line 11 of file fsErrorCode.h.
#define ERR_TYPE_FLDR -3 |
target type is folder, unable to execute the operation
Definition at line 9 of file fsErrorCode.h.
#define NO_ERR 0 |
Definition at line 5 of file fsErrorCode.h.