Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ inquire_id(3G) — HP-UX ANSI C A.10.11

Media Vault

Software Library

Restoration Projects

Artifacts Sought

inquire_id(3G)

NAME

inquire_id − return a unique device identifier and device-dependent information

SYNOPSIS

C Syntax:

void inquire_id ( fildes, revision, model, type )
int fildes;
float *revision;
char model[20];
int *type;

FORTRAN77 Syntax:

subroutine inquire_id ( fildes, revision, model, type )
integer*4 fildes, type
real revision
character*20 model

Pascal Syntax:

procedure inquire_id ( fildes:integer; var revision:real;
var model:device_model; type:integer );

DESCRIPTION

Input Parameters

fildes Integer file descriptor returned by gopen when the I/O path to the output graphics device is opened. 

Output Parameters

revision Device driver revision number with the initial release being 1.0. 

model Device model number. 

type Type of device: hard-copy (0) or soft-copy (1). 

Hewlett-Packard Company  —  November 03, 1994

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