summaryrefslogtreecommitdiff
path: root/xc/unsupported/doc/PHIGS/man3/p169
blob: 30df035146d9d7a4f1c2ea4f26c3b3373c931154 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
.\"##
.\" $XConsortium: p169,v 5.2 94/04/17 20:56:24 rws Exp $
.\"##
.\"## 
$XMCOPY
.\"## Copyright (c) 1990, 1991 by Sun Microsystems, Inc. 
.\"## 
.\"##                         All Rights Reserved
.\"## 
.\"## Permission to use, copy, modify, and distribute this software and its 
.\"## documentation for any purpose and without fee is hereby granted, 
.\"## provided that the above copyright notice appear in all copies and that
.\"## both that copyright notice and this permission notice appear in 
.\"## supporting documentation, and that the name of Sun Microsystems,
.\"## not be used in advertising or publicity 
.\"## pertaining to distribution of the software without specific, written 
.\"## prior permission.  
.\"## 
.\"## SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 
.\"## INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
.\"## EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
.\"## CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
.\"## USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
.\"## OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\"## PERFORMANCE OF THIS SOFTWARE.
.ds pN INQUIRE NUMBER OF AVAILABLE LOGICAL INPUT DEVICES
.TH "\*(pN" 3P+ "29 February 1991"
.SH NAME
INQUIRE NUMBER OF AVAILABLE LOGICAL INPUT DEVICES \- inquire the number of available logical input devices for a specified workstation type
.SH SYNOPSIS
.SS C Syntax
.ft B
.ta 1.25i 3i
.nf
void
pinq_num_avail_in ( type, error_ind, numbers )
Pint	type;	\fIworkstation type\fP
Pint	*error_ind;	\fIOUT error indicator\fP
Pnum_in	*numbers;	\fIOUT number of input devices\fP
.fi
.ft R
.SS Required PHIGS Operating States
(PHOP, *, *, *)
.
.SH DESCRIPTION
.SS Purpose
Use \s-2INQUIRE NUMBER OF AVAILABLE LOGICAL INPUT DEVICES\s+2 to determine
the number of available logical input devices for a specified workstation
type.
.
.SS C Input Parameters
.IP \fItype \fP
Type of workstation.  See \s-2OPEN WORKSTATION\s+2 for a list of those
available.
.IP \fIerror_ind\fP
The error indicator.  See the \fIExecution\fP section below for a
description of its use.  See the \fIErrors\fP section below for the
possible values it may return.
.IP \fInumbers\fP
A pointer to a Pnum_in data structure in which to return the number of
devices available.
Pnum_in is defined in phigs.h as follows:
.sp
.ta .5i +\w'Pint	'u +\w'choice;		'u
.nf
typedef struct {
.sp .2
	Pint	loc;	/* locators */
	Pint	stroke;	/* strokes */
	Pint	val;	/* valuators */
	Pint	choice;	/* choices */
	Pint	pick;	/* picks */
	Pint	string;	/* strings */
.sp .2
} Pnum_in;
.fi
.
.SS Execution
\s-2INQUIRE NUMBER OF AVAILABLE LOGICAL INPUT DEVICES\s+2 returns the
number of input devices available of each input class for a given workstation
type.  If no errors are detected the numbers are returned.  If an error is
detected, the \fIerror indicator\fP will be set to one of the values
specified in the \fIErrors\fP section below and the input device
information will not be returned.
.
.SH ERRORS
.IP 002
Ignoring function, function requires state \s-2(PHOP, *, *, *)\s+2
.IP 052
Ignoring function, workstation type not recognized by the implementation
.IP 051
Ignoring function, this information is not yet available
for this workstation type; open a workstation of this type
and use the specific workstation type
.IP 061
Ignoring function, specified workstation is neither of category \s-2INPUT\s+2
nor of category \s-2OUTIN\s+2
.
.SH SEE ALSO
.nf
.IP
.ta 0.5i
.SM "INQUIRE WORKSTATION CONNECTION AND TYPE (3P)"
.SM "INITIALIZE CHOICE (3P)"
.SM "INITIALIZE LOCATOR (3P)"
.SM "INITIALIZE PICK (3P)"
.SM "INITIALIZE STRING (3P)"
.SM "INITIALIZE STROKE (3P)"
.SM "INITIALIZE VALUATOR (3P)"
.fi