win32file.GetOverlappedResult
int = GetOverlappedResult(hFile, overlapped , bWait )
Determines the result of the most recent call with an OVERLAPPED object.
Parameters
Comments
The result is the number of bytes transferred. The overlapped object's attributes will be changed during this call.