Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE EDIT MODE

PINQ_EDIT_MODE


CALL SEQUENCE

void pinq_edit_mode(
)

TYPES

typedef enum {
	PEDIT_INSERT, 
	PEDIT_REPLACE
} Pedit_mode ;

PHIGS STATE

(PHOP, *, *, *).

EFFECT

Returns the current structure edit mode. If the data is available, error indicator is returned as 0.

The data is read from PHIGS description table.

ERRORS

2
Ignoring function, function requires state (PHOP, *,*,*)

SEE ALSO

set edit mode.


Previous Next Up Title Contents Index Functions Index Top Library