PMDF popstore & MessageStore Manager's Guide


Previous Next Contents Index


POPSTORE_end

End usage of the popstore API.
FORMAT


int POPSTORE_end (void) 


Arguments

None.

Description

When a program is done using the popstore API subroutines, it should call POPSTORE_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 the POPSTORE_end call with a PMDF_done call. If a site-supplied logging subroutine is in use, then it will be called by POPSTORE_end with a log type of POPSTORE_LOG_END.

Return Values

POPSTORE_SUCCESS Normal, successful completion.


Previous Next Contents Index