j
k
j a
j l
Maarten Lankhorst m.b.lankhorst@gmail.com writes:
curpos.QuadPart = 0; SetFilePointerEx(hFile, curpos, &oldpos, FILE_CURRENT); SetFilePointerEx(hFile, curpos, NULL, FILE_BEGIN);
curpos.QuadPart = 0;
SetFilePointerEx(hFile, curpos, &oldpos, FILE_CURRENT);
SetFilePointerEx(hFile, curpos, NULL, FILE_BEGIN);
That's not thread-safe.
Back to the thread
Back to the list