Type IsegResult

typedef enum IsegResult {
 ISEG_OK = 0,
 ISEG_ERROR = 1,
 ISEG_WRONG_SESSION_NAME,
 ISEG_WRONG_USER,
 ISEG_WRONG_PASSWORD,
 ISEG_NOT_AUTHORIZED
} IsegResult;