37 #ifndef __ANX_CONSTANTS_H__ 38 #define __ANX_CONSTANTS_H__ 45 #define ANX_CONTINUE 0 47 #define ANX_STOP_ERR -1 50 #define ANX_IGNORE_ANNO 0x1 51 #define ANX_IGNORE_MEDIA 0x2 52 #define ANX_IGNORE_IMPORT_IMPORT 0x4 53 #define ANX_ALLOW_RECURSIVE_IMPORT 0x8 56 #define ANX_SEEK_SET 0 57 #define ANX_SEEK_CUR 1 58 #define ANX_SEEK_END 2 59 #define ANX_SEEK_HEAD 3 60 #define ANX_SEEK_PREV 4 61 #define ANX_SEEK_NEXT 5 80 ANX_ERR_NOTREADY = -10,
83 ANX_ERR_NOIMPORTER = -13,
84 ANX_ERR_NOTIMPLEMENTED = -99
Functionality disabled at build time.
Definition: anx_constants.h:78
The requested operation is not suitable for this ANNODEX.
Definition: anx_constants.h:72
AnxError
Definition: anx_constants.h:64
System specific error; check errno for details.
Definition: anx_constants.h:69
Not supported.
Definition: anx_constants.h:75
No error.
Definition: anx_constants.h:66