VMS Help
RTL Routines, LIB$, LIB$LOCK_IMAGE

 *Conan The Librarian

    Locks the specified image in the process's working set.

    Format

      LIB$LOCK_IMAGE  address

  1 - Returns

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

  2 - Argument

 address

    OpenVMS usage:address
    type:         quadword
    access:       read only
    mechanism:    by value

    Address of a byte within the image to be locked in the working
    set. If the address argument is 0, the current image (which
    contains the call to LIB$LOCK_IMAGE) is locked in the working
    set.
  Close     Help