Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

LOADER_$INQUIRE_KNOWN_LIB         Domain/OS          LOADER_$INQUIRE_KNOWN_LIB


NAME
     loader_$inquire_known_lib - get information on known libraries

SYNOPSIS (C)
     #include <apollo/base.h>
     #include <apollo/loader.h>

     void loader_$inquire_known_lib(
          loader_$handle_t &image_handle,
          loader_$known_lib *lib_info,
          status_$t *status)

SYNOPSIS (Pascal)
     %include '/sys/ins/base.ins.pas';
     %include '/sys/ins/loader.ins.pas';

     procedure loader_$inquire_known_lib(
          in image_handle: loader_$handle_t;
          out lib_info: loader_$known_lib;
          out status: status_$t)

DESCRIPTION
     Loader_$inquire_known_lib gets information on the libraries known to the
     image on image_handle and all images loaded afterward.

     image_handle
          An image handle.  To get information on all libraries known to the
          process, specify a nil or NULL pointer for image_handle.

     lib_info
          A record containing information about the libraries known to the
          image at image_handle.

     status
          The completion status.

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026