Specifies how to interpret the offset parameter in setting the file pointer associated with the fd parameter for the PR_Seek and PR_Seek64 functions.
#include <prio.h>
typedef PRSeekWhence {
PR_SEEK_SET = 0,
PR_SEEK_CUR = 1,
PR_SEEK_END = 2
} PRSeekWhence;
The enumeration has the following enumerators:
PR_SEEK_SEToffset parameter.PR_SEEK_CURoffset parameter.PR_SEEK_ENDoffset parameter.