lsm_access_group_record_array_free - Man Page
Frees the memory of access group array.
Synopsis
int lsm_access_group_record_array_free (lsm_access_group *ag[], uint32_t size);
Arguments
- ag[]
Array to release memory for.
- size
Number of elements.
Version
1.0
Description
Frees the memory for each of the access groups and then the access group array itself.
Return
Error code as enumerated by 'lsm_error_number':
* LSM_ERR_OK
On success or not found.
* LSM_ERR_INVALID_ARGUMENT
When any argument is NULL or not a valid lsm_access_group
pointer.
Info
July 2024 Libstoragemgmt C API Manual