chsvlib
chsv helper source code

◆ CreateList()

EXTERN_C HCHSVLIST Chusov::CreateList ( )
noexcept

Creates a binary growing list.

Returns
A handle of the list on success, NULL on failure.
Remarks
The list created is growing. The maximum size of the list is defined by available system resources and data stored in the list.
The list is not thread-safe.
Declared in chsvlist.h.
See also
CloseList