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

Parameters
List Handle to a linear list.

Description

The function returns the address of the first item in the list and deletes it from the list.


Return value

Address of the first item in the list or NULL, if the list is empty.


Napíšte komentár