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