NAME
          irFAXCancel - cancel an out of call FAX request.

     SYNOPSIS
          #include <irapi.h>

          int irFAXCancel (const char *job_id);

     DESCRIPTION
          The function irFAXCancel cancels an out of call FAX request.
          The job_id is obtained via a call to irFAXOutOfCall(3IRAPI).

     EVENTS
          There are no events associated with this function.

     RETURN VALUE
          IRR_OK is returned upon success.

          IRR_FAIL is returned on error.

     ERROR
          irError is set as follows on error:

          IRER_INVALID if job_id is invalid

          IRER_SYSERROR if a driver call or system call failure occurs
          (see irSysError for additional information)

     SEE ALSO
          irFAXPrint(3IRAPI), irFAXOutOfCall(3IRAPI).

     VERSION
          This is version 7/11/02 of this man page.