[ Previous | Next | Contents | Glossary | Home | Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference

DELETE STORE (PHOP,*,*,*)

Purpose

Use Delete Store to delete a Store and all internal resources associated with it.

If the graPHIGS API can delete the Store resource, then the graPHIGS API sets the error indicator to zero and sets the Store parameter to NULL. If the graPHIGS API cannot delete the Store resource, then the Store parameter is unaffected and the graPHIGS API sets the error indicator to the following error:

2
Function Requires State (PHOP,*,*,*)

Language Binding

C

pdel_store (err_ind, store)

Output Parameters

Pint *err_ind
Error indicator.

Pstore *store
Store to be deleted.

Errors

None

Related Subroutines

  • Create Store


  • [ Previous | Next | Contents | Glossary | Home | Search ]