INQUIRE EDIT MODE(3P) — Kubota Pacfic Computer Inc. (29 February 1991)
NAME
INQUIRE EDIT MODE − inquire current edit mode for structure
SYNOPSIS
C Syntax
void
pinq_edit_mode ( error_ind, edit_mode )
Pint∗error_ind;OUT error indicator
Pedit_mode∗edit_mode;OUT edit mode
Required PHIGS Operating States
(PHOP, ∗, ∗, ∗)
DESCRIPTION
Purpose
Use INQUIRE EDIT MODE to determine the current edit mode for structures. The edit mode may be INSERT or REPLACE.
See the description of the subroutine SET EDIT MODE for information on the meaning of these modes.
C Output Parameters
error_ind
A pointer to the location to store the error number of any error detected by this function.
edit_mode
A pointer to a Pedit_mode enumerated type in which the system returns the current structure edit mode. Values for Pedit_mode are defined in phigs.h as follows:
PEDIT_INSERT
PEDIT_REPLACE
ERRORS
002Ignoring function, function requires state (PHOP, ∗, ∗, ∗)
SEE ALSO
SET EDIT MODE (3P)
September 02, 1992