Library /sys$common/syshlp/helplib.hlb  —  System Services, $CANEXH
    Deletes an exit control block from the list of control blocks for
    the calling access mode. Exit control blocks are declared by the
    Declare Exit Handler ($DCLEXH) service and are queued according
    to access mode in a last-in first-out order.

    Format

      SYS$CANEXH  [desblk]

    C Prototype

      int sys$canexh  (void *desblk);

1  –  Argument

 desblk

    OpenVMS usage:exit_handler_block
    type:         longword (unsigned)
    access:       read only
    mechanism:    by reference
    Control block describing the exit handler to be canceled. If you
    do not specify the desblk argument or specify it as 0, all exit
    control blocks are canceled for the current access mode. The
    desblk argument is the address of this control block.
Close Help