Vidíte historickú verziu tejto stránky. Pozrite si aktuálnu verziu.

Porovnať s aktuálnou verziou Zobraziť históriu stránky

Verzia 1 Aktuálny »


Declaration
void (_stdcall *DeleteList)(LinListH List);

Parameters
List Handle 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.


  • Žiadne štítky