NAME
          IrRETURNS - IRAPI return codes

     SYNOPSIS
          #include <irapi.h>

     DESCRIPTION
          The following return values are used in the IRAPI:

          IRR_FAIL       Returned when a function call fails for any
                         reason.  The return of this error implies
                         that irError may be consulted for more infor-
                         mation.

          IRR_NULL       Returned when a pointer-returning function
                         fails

          IRR_OFF        Returned for various irCheck routines indi-
                         cating an off condition

          IRR_OK         Returned when a function is successful and no
                         synchronous problem is encountered.  Note
                         that an asynchronous error can occur even if
                         a function returns IRR_OK.  Such an error is
                         returned in a corresponding event.

          IRR_ON         Returned for various irCheck routines indi-
                         cating an on condition

          IRR_PENDING    Returned by functions performing an implicit
                         or explicit request for a resource but the
                         resource cannot be granted at that time

     VERSION
          This is version 8/31/00 of this man page.