#define SPCS_EOVERFLOW 0x10001 /* status codes and/or supporting information lost */ #define SPCS_EBADHANDLE 0x10002 /* The handle presented for access is not valid */ #define SPCS_EACCESS 0x10003 /* Unable to grant access */ #define SPCS_EINTERNAL 0x10004 /* An internal error happened */ #define SPCS_EINUSE 0x10005 /* The handle is already in use */ #define SPCS_ENODRIVER 0x10006 /* The referenced SPCS driver could not be loaded: */ #define SPCS_EVERSION 0x10007 /* Expected version not found, got libspcs.jar version: */ #define SPCS_EUNEXPECTED 0x10008 /* The libspcs.jar version does not match the libspcs.so version */ #define SPCS_EWRONGMOD 0x10009 /* Handle presented belongs to some other SPCS module */ #define SPCS_ENEEDROOT 0x1000a /* Root privilege required for libspcs access */ #define SPCS_EASYNCTEST 0x8101000b /* Test of asynch status output@@ */