Previous Next Up Title Contents Index Functions Index Top Library

INTERPRET ITEM

PINTERPRET_ITEM


CALL SEQUENCE

void pinterpret_item(
)

TYPES

typedef struct {
	int impl_dep;
	Pdata unsupp;
} Pitem_data;

typedef struct {
	size_t	size;	/* size of data 	*/
	void	*data;	/* pointer to data 	*/
} Pdata;

PHIGS STATE

(PHOP, *, *, *).

EFFECT

Not implemented

ERRORS

2
Ignoring function, function requires state (PHOP, *,*,*)
301
Ignoring function, item length is invalid
304
Ignoring function, item type is unknown
303
Ignoring function, metafile item is invalid
305
Ignoring function, content of item data record is invalid for the specified item type
307
Ignoring function, user item cannot be interpreted


Previous Next Up Title Contents Index Functions Index Top Library