Declaration
void (_stdcall *DeleteList)(LinListH List);
Parameters
ListHandle to a linked list.
Description

The function deletes the linked list. All items, written in the list, must be deleted by using the call-back function DeleteEl before deleting the list.

Napíšte komentár