lsm_access_group_name_get - Man Page
Retrieves the name for the access group.
Synopsis
const char * lsm_access_group_name_get (lsm_access_group *group);
Arguments
- group
Access group to retrieve name for.
Version
1.0
Description
Retrieves the name for the access group.
Note
Address returned is valid until lsm_access_group gets freed, copy return value if you need longer scope. Do not free returned string.
Return
string. NULL if argument 'group' is NULL or not a valid lsm_access_group pointer.
Info
July 2024 Libstoragemgmt C API Manual