chsvlib
chsv helper source code

◆ ListPopFront()

EXTERN_C bool Chusov::ListPopFront ( HCHSVLIST  hList)
noexcept

Removes the first element of the list and frees occupied resources.

Parameters
hListis a handle to the list.
Returns
true on success, false on failure.
Remarks
The list is not thread-safe.
Declared in chsvlist.h.