====== list_DelAll ====== ===== Description ===== Delete all items from a list. ===== Function prototype ===== bool CExtAPI::list_DelAll(ZLIST hList); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | hList | ZLIST | A ZLIST handle, all the items of which are to be deleted. | ===== Return value ===== False if an error occurred, and true otherwise. ===== Comments ===== None.