Delete all items in a list.
| Declaration | Zeolite.h | 
|---|---|
| Implementation | Zeolite.cpp | 
bool zlist_DelAll(ZLIST hList);
| Name | Type | Comment | 
|---|---|---|
| hList | ZLIST | A ZLIST handle, all the items of which are to be deleted. | 
False if an error occurred, and true otherwise.
None.