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

/forgerock/web-agents-v4/zlib/
H A Diowin32.c240 static BOOL MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMoveMethod) function
271 if (!MySetFilePointerEx(hFile, pos, &pos, FILE_CURRENT))
295 if (!MySetFilePointerEx(hFile, pos, &pos, FILE_CURRENT))
334 if (!MySetFilePointerEx(hFile, pos, NULL, dwMoveMethod))
373 if (!MySetFilePointerEx(hFile, pos, NULL, FILE_CURRENT))

Completed in 28 milliseconds