PRF_$INIT Domain/OS PRF_$INIT
NAME
prf_$init - initialize print request options
SYNOPSIS (C)
#include <apollo/base.h>
#include <apollo/prf.h>
void prf_$init(
ios_$id_t &stream_id,
status_$t *status)
SYNOPSIS (Pascal)
%include '/sys/ins/base.ins.pas';
%include '/sys/ins/prf.ins.pas';
procedure prf_$init(
in stream_id: ios_$id_t;
out status: status_$t);
SYNOPSIS (FORTRAN)
%include '/sys/ins/base.ins.ftn'
integer*2 stream_id
integer*4 status
call prf_$init(stream_id, status)
DESCRIPTION
This call resets the options in the current print data structure to their
default values and establishes a stream to use for error and status
information returned from the print server.
stream_id
The stream to write error and status messages to.
status
The completion status.
SEE ALSO
prf_$config_file, prf_$inq_option, prf_$set_option.