This command changes the position of
the cursor in the specified packet.
When using mnAdd or mnGet commands, they will start reading/writing at the cursor position and will move the cursor along by the number of bytes that they read/wrote.
long long int Packet: The packet that the command should use.
unsigned int Position: The new cursor position.
0 if no error occurred.
-1 if an error occurred.
C++
DBP
.Net