Previous | Next | Contents | Index |
End usage of the popstore API.FORMAT
int POPSTORE_end (void) |
None.
When a program is done using the popstore API subroutines, it should callPOPSTORE_end
. This call allows the popstore API to gracefully shut itself down and deallocate any dynamic memory it can have allocated. Note that this call will not also call PMDF_done. If you also need to show the PMDF API down, then follow thePOPSTORE_end
call with a PMDF_done call. If a site-supplied logging subroutine is in use, then it will be called byPOPSTORE_end
with a log type ofPOPSTORE_LOG_END
.
POPSTORE_SUCCESS Normal, successful completion.
Previous | Next | Contents | Index |