GetEntryEx

GetEntryEx 1:

Determines a pointer to the internal memory of the specified data set.

VAR_INPUT

diIndex       : DINT;

diIndex: Index position of the data set to be output.

VAR_OUTPUT

GetEntryEx     : BOOL;
pMemoryPtr     : POINTER TO PVOID;

GetEntry: Result of the function.

pMemoryPtr: Pointer that is to be used to output the data set.