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

/vbox/src/VBox/Runtime/r3/win/
H A Dfileio-win.cpp103 bool fIsBeyondLimit = false; local
116 fIsBeyondLimit = GetLastError() == ERROR_SEEK;
121 return fIsBeyondLimit;

Completed in 75 milliseconds