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