Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

LOADER_$INQUIRE_STAT              Domain/OS               LOADER_$INQUIRE_STAT


NAME
     loader_$inquire_stat - get a load history summation

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

     void loader_$inquire_stat(
          unsigned long *load_count,
          unsigned long *unload_count,
          status_$t *status)

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

     procedure loader_$inquire_stat(
          out load_count: linteger;
          out unload_count: linteger;
          out status: status_$t);

DESCRIPTION
     Loader_$inquire_stat supplies information about the load history of the
     calling process.

     load_count
          The number of images that have been loaded since process creation.

     unload_count
          The number of images that have been unloaded since process creation.

     status
          The completion status.

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