sntl_persistence_context_delete
Library Information
This API belongs to:
•Sentinel RMS persistence initialization library
•Sentinel RMS persistence cleaning library
Description
Deletes the persistence context created using the sntl_persistence_context_new API.
Syntax
SNTL_DECLARE(sntl_persistence_status_t) sntl_persistence_context_delete(sntl_persistence_context_t *context);
Argument | Description |
---|---|
context [in] | Pointer to the persistence context object. |
Returns
The status code SNTL_PERSISTENCE_SUCCESS is returned, if successful. Otherwise, a specific status code is returned indicating the reason for failure.
For the complete list of error codes, refer to Persistence Library Error Codes.