Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

PRF_$CONFIG_FILE                  Domain/OS                   PRF_$CONFIG_FILE


NAME
     prf_$config_file - set print options from a file

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

     void prf_$config_file(
          char *name,
          short &name_length,
          status_$t *status)

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

     procedure prf_$config_file(
          in name: name_$pname_t;
          in name_length: integer;
          out status: status_$t);

SYNOPSIS (FORTRAN)
     %include '/sys/ins/base.ins.ftn'

           integer*2 name_length
           integer*4 status
           character name*1024

           call prf_$config_file(name, name_length, status)

DESCRIPTION
     This call reads print request options from the file at name into the
     current print data structure.

     name The full pathname of the print configuration file.

     name_length
          The number of bytes in name.

     status
          The completion status.

SEE ALSO
     prf_$inq_option, prf_$set_option.

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