INTERPRET ITEM
CALL SEQUENCE
void pinterpret_item(
Pint type /* item type */
Pint length /* item data record length */
const Pitem_data *item_data_rec /* item data record */
)
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