lsm_access_group_id_get - Man Page
Retrieves the ID for the access group.
Synopsis
const char * lsm_access_group_id_get (lsm_access_group *group);
Arguments
- group
Access group to retrieve ID for.
Version
1.0
Description
Retrieves the ID 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