Returns the position of a file.
#include <nwfile.h>
N_EXTERN_LIBRARY (NWCCODE) NWGetFilePos(
NWFILE_HANDLE fileHandle,
pnuint64 filePos);
(IN) Specifies the file to return the position for.
(OUT) Points to the position of the file.
For more information, see the Return Values for C documentation.