pdel_store(3g) — Subroutines
Name
pdel_store − Deletes a store object and frees all memory associated with it.
Operating States: ∗, ∗, ∗, ∗
PHIGS standard function
Syntax
void pdel_store (
Pint ∗err_ind, /∗ (O) Error indicator ∗/
Pstore ∗store /∗ (M) store to be deleted ∗/
)
Data Structures
typedef void ∗Pstore;
Description
pdel_store deletes the specified store object and frees all the memory associated with it.
A store continues to hold the same information until you free it using the pdel_store function, or until you use the store as an argument to another function. When you use the store as an argument to another function, the called function overwrites the information contained in the store.
See Also
pcreate_store