INQUIRE LIST OF AVAILABLE GENERALIZED STRUCTURE ELEMENTS
CALL SEQUENCE
void pinq_list_avail_gse(
Pint ws_type, /* workstation type */
Pint length, /* length of application list */
Pint start, /* starting position */
Pint *error_ind, /* (out) error indicator */
Pint_list *gses, /* (out) list of GSEs */
Pint *total_length /* (out) length of list in GPHIGS */
)
TYPES
typedef struct {
Pint num_ints; /* number of Pints in list */
Pint *ints; /* list of integers */
} Pint_list;
PHIGS STATE
(PHOP, *, *, *).
EFFECT
Returns the list of GSE identifiers from the workstation description table of
type ws_type.
ERRORS
- 2
Ignoring function, function requires state (PHOP, *,*,*)
- 52
- Ignoring function, workstation type not recognized by the implementation
- 51
- Ignoring function, this information is not yet available for this generic
workstation type: open a workstation of this type and use the specific
workstation type
- 59
- Ignoring function, the specified workstation does not have output
capability (i.e. the workstation category is neither OUTPUT, OUTIN, nor MO)
- 62
- Ignoring function, this information is not available for this MO
workstation type
SEE ALSO
generalized structure element.