In services.h, add the following new Add/GetService() result codes
#define   JSERV_NOTEXCLUSIVE   9  /* Wanted to but couldn't be exclusive user */
#define   JSERV_BADAUTOLOAD    10 /* Wanted to autoload but couldn't */


In services.i, add the following new Add/GetService() result codes
JSERV_NOTEXCLUSIVE   EQU  9  ; Wanted to but couldn't be exclusive user 
JSERV_BADAUTOLOAD   EQU  10 ; Wanted to autoload but couldn't
