Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

LOADER_$LOOKUP_START_ADDR         Domain/OS          LOADER_$LOOKUP_START_ADDR


NAME
     loader_$lookup_start_addr - get the start address of an image

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

     void *loader_$lookup_start_addr(
          loader_$handle_t &image_handle,
          status_$t *status)

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

     function loader_$lookup_start_addr(
          in image_handle: loader_$handle_t;
          out status: status_$t): univ_ptr;

DESCRIPTION
     Loader_$lookup_start_addr returns the address of the image on
     image_handle.

     image_handle
          An image handle.

     status
          The completion status.

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