void pdel_store(
Pint *error_ind /* (out) error indicator */ Pstore *store /* (in/out) handle for Store to delete */
)
typedef void * Pstore;
The store object is deleted along with all associated resources and store is returned as NULL.
create Store