Table of Contents

zlist_DelAll

Description

Delete all items in a list.

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

bool zlist_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.