VMS Help  —  NCS Routines, NCS$END_CF
    The NCS$END_CF routine terminates a conversion function.

    Format

      NCS$END_CF  cf_id

1  –  Returns

    OpenVMS usage:cond_value
    type:         longword (unsigned)
    access:       write only
    mechanism:    by value

    Longword condition value. Most utility routines return a
    condition value in R0. Condition values that this routine can
    return are listed under Condition Values Returned.

2  –  Argument

 cf_id

    OpenVMS usage:identifier
    type:         longword integer (unsigned)
    access:       modify
    mechanism:    by reference
    Address of a longword that NCS uses to store a nonzero value
    identifying a conversion function.

    The cf_id argument is required.

3  –  Description

    The NCS$END_CF routine indicates to NCS that the calling program
    no longer needs the conversion function. NCS releases the memory
    space allocated for the coversion function and sets the value of
    the longword identifier to 0.

4  –  Condition Values Returned

    NCS$_NORMAL        Normal successful completion. The longword
                       identifier value is set to 0.
    NCS$_NOT_CF        Name of identifier does not refer to a
                       conversion function.
Close Help