Scroll to navigation

lsm_access_group_id_get(3) Libstoragemgmt C API Manual lsm_access_group_id_get(3)

NAME

lsm_access_group_id_get - Retrieves the ID for the access group.

SYNOPSIS

const char * lsm_access_group_id_get (lsm_access_group *group);

ARGUMENTS

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.

lsm_access_group_id_get April 2023