1lsm_access_group_name_get(3L)ibstoragemgmt C API Manulaslm_access_group_name_get(3)
2
3
4

NAME

6       lsm_access_group_name_get - Retrieves the name for the access group.
7

SYNOPSIS

9       const char  * lsm_access_group_name_get (lsm_access_group *group);
10

ARGUMENTS

12       group       Access group to retrieve name for.
13

VERSION

15       1.0
16

DESCRIPTION

18       Retrieves the name for the access group.
19

NOTE

21       Address  returned  is  valid  until  lsm_access_group  gets freed, copy
22       return value if you need longer scope. Do not free returned string.
23

RETURN

25       string.  NULL  if  argument  'group'   is   NULL   or   not   a   valid
26       lsm_access_group pointer.
27
28
29
30May 2018                   lsm_access_group_name_geltsm_access_group_name_get(3)
Impressum