sntl_persistence_attr_delete Supported in On-premises modeSupported in Lease modeSupported in Connected (Cloud LM) mode

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.