summaryrefslogtreecommitdiff
path: root/xc/unsupported/doc/PHIGS/man3/p135
blob: e4c3e5395d30cbfb86fef15df8a115dc1b6f9020 (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
.\"##
.\" $XConsortium: p135,v 5.1 91/02/16 09:39:15 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.
.TH "INQUIRE ERROR HANDLING MODE" 3P "29 February 1991"
.SH NAME
INQUIRE ERROR HANDLING MODE \- inquire the current error handling mode
.SH SYNOPSIS
.SS C Syntax
.ft B
.ta 1.25i 3i
.nf
void
pinq_err_hand_mode ( error_ind, mode )
Pint	*error_ind;	\fI\s-2OUT\s+2 error indicator\fP
Perr_mode	*mode;	\fI\s-2OUT\s+2 error mode\fP
.fi
.ft R
.SS Required PHIGS Operating States
(PHOP, *, *, *)
.SH DESCRIPTION
.SS Purpose
Use \s-2INQUIRE ERROR HANDLING MODE\s+2 to 
determine the current error handling mode.
Error handling may be \s-2ON\s+2 or \s-2OFF\s+2.
.LP
See the description of the subroutine \s-2SET ERROR HANDLING MODE\s+2
for more information.
.SS C Output Parameters
.IP \fIerror_ind\fP
A pointer to the location to store the error number of any error
detected by this function.
.IP \fImode\fP
A pointer to a Perr_mode enumerated type,
in which the system returns the current error handling mode.
Values for Perr_mode are defined in phigs.h as follows:
.sp
.ta .5i
.nf
	PERR_OFF
	PERR_ON
.fi
.sp
.SH ERRORS
.IP 002
Ignoring function, function requires state (\s-2PHOP, *, *, *\s+2)
.SH SEE ALSO
.nf
.IP
.ta 0.5i
.SM "ERROR HANDLING (3P)"
.SM "ERROR LOGGING (3P)"
.fi