GetEntry

GetEntry 1:

Copies the contents of the data set to a certain position in the specified memory area.

VAR_INPUT

diIndex       : DINT;
pResultEntry  : PVOID;

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

pResultEntry: Pointer to the memory area that is to be used to output the data record.

VAR_OUTPUT

GetEntry       : BOOL;

GetEntry: Result of the function.