Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

FindNextEl


Declaration


Blok kódu
languageesl
themeConfluence
void * (_stdcall *FindNextEl)(LinListH List);
Parameters


ListHandle to a linked list.
Description

The function returns an address of next item the next item in the list.

Return value

The address of the item or NULL , if the pointer is at the end of the list. The pointer is initialized by calling the function FindFirstEl or FindEl.
The list contains only one pointer, that is why you should be careful when accessing the list through the more threads.


Info
titleRelated pages:

D2000 KomAPI - call-back functions