FindEntryPtr

FindEntryPtr 1:

Determines the position of an entry in the array by comparing its address with the addresses stored in the array.

VAR_INPUT

pEntry    : PVOID;

pEntry: Pointer to the entry sought.

VAR_OUTPUT

FindEntryPtr    : BOOL;
diResultIndex  : DINT;

FindEntryPtr: Result of the function.

diResultIndex: Index position of the entry sought.