Sets the position of a file.
#include <nwfile.h>
N_EXTERN_LIBRARY (NWCCODE) NWSetFilePos(
NWFILE_HANDLE fileHandle,
nuint mode,
nint64 filePos);
(IN) Specifies the file to set the position for.
(IN) Specifies the position mode of the file:
(IN) Specifies the position of the file.
For more information, see the Return Values for C documentation.