Go to the documentation of this file.
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
@ ANX_ERR_INVALID
The requested operation is not suitable for this ANNODEX.
Definition: anx_constants.h:72
@ ANX_ERR_SYSTEM
System specific error; check errno for details.
Definition: anx_constants.h:69
@ ANX_ERR_OK
No error.
Definition: anx_constants.h:66
@ ANX_ERR_DISABLED
Functionality disabled at build time.
Definition: anx_constants.h:78
@ ANX_ERR_NOTSUPPORTED
Not supported.
Definition: anx_constants.h:75
AnxError
Definition: anx_constants.h:64