FindFirstEl


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

The function returns an address of the first item of the list.

Return value

The address of the first item in the list or NULL if the list is empty.

Napíšte komentár