Previous Next Up Title Contents Index Functions Index Top Library

CREATE STORE

PCREATE_STORE


CALL SEQUENCE

void pcreate_store(
)

TYPES

typedef void * Pstore;

PHIGS STATE

(PHOP, *, *, *).

EFFECT

This function allocates a handle in which GPHIGS can store data necessaries for inquiry functions returning complex lists.

If successful, the store object is created and its handle is returned in store. Otherwise, store is returned as NULL.

See GPHIGS user guide for details on memory management.

ERRORS

2
Ignoring function, function requires state (PHOP, *,*,*)
2203
The size of the buffer is negative

SEE ALSO

delete Store


Previous Next Up Title Contents Index Functions Index Top Library