Searched refs:dwMoveMethod (Results 1 – 2 of 2) sorted by relevance
240 …OOL MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMoveMethod) in MySetFilePointerEx() argument243 return SetFilePointerEx(hFile, pos, newPos, dwMoveMethod); in MySetFilePointerEx()310 DWORD dwMoveMethod=0xFFFFFFFF; in win32_seek_file_func() local319 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() local358 dwMoveMethod = FILE_CURRENT; in win32_seek64_file_func()361 dwMoveMethod = FILE_END; in win32_seek64_file_func()[all …]
35 DWORD dwMoveMethod);