Lines Matching refs:dwMoveMethod
240 …OOL MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMoveMethod) in MySetFilePointerEx() argument
243 return SetFilePointerEx(hFile, pos, newPos, dwMoveMethod); in MySetFilePointerEx()
310 DWORD dwMoveMethod=0xFFFFFFFF; in win32_seek_file_func() local
319 dwMoveMethod = FILE_CURRENT; in win32_seek_file_func()
322 dwMoveMethod = FILE_END; in win32_seek_file_func()
325 dwMoveMethod = FILE_BEGIN; in win32_seek_file_func()
334 if (!MySetFilePointerEx(hFile, pos, NULL, dwMoveMethod)) in win32_seek_file_func()
348 DWORD dwMoveMethod=0xFFFFFFFF; in win32_seek64_file_func() local
358 dwMoveMethod = FILE_CURRENT; in win32_seek64_file_func()
361 dwMoveMethod = FILE_END; in win32_seek64_file_func()
364 dwMoveMethod = FILE_BEGIN; in win32_seek64_file_func()