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