VMS Help  —  RTL Routines, LIB$  LIB$X86_GET_INVO_HANDLE
    A thread can obtain an invocation handle corresponding to any
    invocation context block by using this function.

    Format
      LIB$X86_GET_INVO_HANDLE(invo_context, invo_handle)

1  –  Returns

 status

    A value of 1 indicates success. A value of 0 indicates failure.

2  –  Arguments

 invo_context

    OpenVMS usage: invo_context_blk
    type:          structure
    access:        read
    mechanism:     by reference

    Address of a valid invocation context block.

 invo_handle

    OpenVMS usage: invo_handle
    type:          quadword
    access:        write
    mechanism:     by reference

    Address of the location into which the invocation context
    handle is to be written. If the call fails, the value of the
    invocation context handle is LIB$K_INVO_HANDLE_NULL.
Close Help