VMS Help
RTL Routines, LIB$, LIB$I64_GET_PREV_INVO_CONTEXT

 *Conan The Librarian

    (I64 only.) The Get Current Invocation Context routine obtains
    the invocation context of the procedure context preceding any
    other procedure context.

    Format

      LIB$I64_GET_PREV_INVO_CONTEXT   invo_context

  1 - Returns

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

  2 - Argument

 invo_context

    OpenVMS usage:invo_context_blk
    type:         structure
    access:       modify only
    mechanism:    by reference

    Address of a valid invocation context block. The given invocation
    context block is updated to represent the context of the previous
    (calling) frame.

    The LIBICB$V_BOTTOM_OF_STACK flag of the invocation context block
    is set if the target frame represents the end of the invocation
    call chain or if stack corruption is detected.
  Close     Help