1lsm_string_list_size(3) Libstoragemgmt C API Manual lsm_string_list_size(3)
2
3
4
6 lsm_string_list_size -
7
9 uint32_t lsm_string_list_size (lsm_string_list *sl);
10
12 sl lsm_string_list. The string list to retrieve from.
13
15 param sl Valid string list pointer return size of list, note
16 you cannot create a zero sized list, so
17 0 indicates error with structure
18
19 lsm_string_list_size - Retrieve the size of lsm_string_list.
20
21 Returns the size of the lsm_string_list.
22
24 1.0
25
27 uint32_t. 0 if argument 'sl' is NULL or not a valid lsm_string_list
28 pointer.
29
30
31
32April 2023 lsm_string_list_size lsm_string_list_size(3)