void pcreate_store(
Pint *error_ind /* (out) error indicator */ Pstore *store /* (out) handle for new Store */
)
typedef void * Pstore;
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.
delete Store