lsm_string_list_size - Man Page
Synopsis
uint32_t lsm_string_list_size (lsm_string_list *sl);
Arguments
- sl
lsm_string_list. The string list to retrieve from.
Description
param sl Valid string list pointer return size of list, note you cannot create a zero sized list, so
0 indicates error with structure
lsm_string_list_size - Retrieve the size of lsm_string_list.
Returns the size of the lsm_string_list.
Version
1.0
Return
uint32_t. 0 if argument 'sl' is NULL or not a valid lsm_string_list pointer.
Info
July 2024 Libstoragemgmt C API Manual