sntl_persistence_attr_delete
Library Information
This API belongs to:
•Sentinel RMS persistence initialization library
•Sentinel RMS persistence cleaning library
Description
Deletes the attribute object created using the sntl_persistence_attr_new API.
Syntax
SNTL_DECLARE(void) sntl_persistence_attr_delete(sntl_persistence_attr_t *attr);
Argument | Description |
---|---|
attr [in] |
Pointer to the attribute object (created using sntl_persistence_attr_new) to be deleted. |
Returns
Does not return anything.