sntl_lmadmin_attr_delete
Library Information
>This API belongs to the License Manager administration library.
>The corresponding header is lmadmin.h.
Description
Deletes the attribute object specified.
Syntax
SNTL_DECLARE(void) sntl_lmadmin_attr_delete(sntl_lmadmin_attr_t *attr);
Argument | Description |
---|---|
attr [in] | Pointer to the attribute object created using sntl_lmadmin_attr_new. |
Returns
The status code SNTL_LMADMIN_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 LmAdmin Library Error and Result Codes.