Searched defs:poffNew (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/win/
H A Dfileio-win.cpp62 * @param poffNew Where to store the new file offset. NULL allowed.
65 DECLINLINE(bool) MySetFilePointer(RTFILE hFile, uint64_t offSeek, uint64_t *poffNew, unsigned uMethod) argument
86 if (fRc && poffNew)
87 *poffNew = off.QuadPart;

Completed in 34 milliseconds