FindPreviousEl


Declaration


void * (_stdcall *FindPreviousEl)(LinListH List);
Parameters


ListHandle to a linked list.
Description

The function returns previous item in the list.

Return value

Item address or NULL if the pointer is at the beginning of the list.