# File lib/windows/synchronize.rb, line 71 def HasOverlappedIoCompleted(overlapped) overlapped[0,4].unpack('L')[0] != STATUS_PENDING end