SetPackPosition Function

Sets the read/write position in a data pack.

void SetPackPosition(Handle pack, DataPackPos position)

Parameters

Handle pack

Handle to the data pack.

DataPackPos position

New position to set. Must have been previously retrieved from a call to GetPackPosition.

Errors

Invalid handle, or position is beyond the pack bounds.