Scroll to navigation

lsm_string_list_size(3) Libstoragemgmt C API Manual lsm_string_list_size(3)

NAME

lsm_string_list_size -

SYNOPSIS

uint32_t lsm_string_list_size (lsm_string_list *sl);

ARGUMENTS

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.

lsm_string_list_size April 2023