Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

LOADER_$INQUIRE_IMAGE             Domain/OS              LOADER_$INQUIRE_IMAGE


NAME
     loader_$inquire_image - get image information

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

     void loader_$inquire_image(
          loader_$handle_t &image_handle,
          loader_$image *image_info,
          status_$t *status)

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

     procedure loader_$inquire_image(
          in image_handle: loader_$handle_t;
          out image_info: loader_$image;
          out status: status_$t);

DESCRIPTION
     Loader_$inquire_image supplies information about the loaded image on
     image_handle.

     image_handle
          An image handle.

     image_info
          A record containing information about the loaded image on
          image_handle.

     status
          The completion status.

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