chsvlib
chsv helper source code

◆ ListGetSize()

EXTERN_C std:: size_t Chusov::ListGetSize ( HCHSVLIST  hList)
noexcept

Returns a number of elements in the list.

Parameters
hListis a handle to the list.
Returns
A number of elements list stores on success, (size_t) -1 on failure.
Remarks
The list is not thread-safe.
Declared in chsvlist.h.