FindEntry

Determines the position of the specified entry in the array by comparing its content with the data sets of the array.
VAR_INPUT
pEntry : PVOID;
pEntry: Pointer to the entry sought.
VAR_OUTPUT
FindEntry : BOOL;
diResultIndex : DINT;
FindEntry: Result of the function.
diResultIndex: Index position of the entry added.