Scroll to navigation

lsm_access_group_record_free(3) Libstoragemgmt C API Manual lsm_access_group_record_free(3)

NAME

lsm_access_group_record_free - Frees the memory for access group.

SYNOPSIS

int lsm_access_group_record_free (lsm_access_group *group);

ARGUMENTS

lsm_access_group to release memory for.

VERSION

1.0

DESCRIPTION

Frees the memory for an individual lsm_access_group.

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.

lsm_access_group_record_free April 2023