> > Interesting. Two people have said wait on the handle, a third said call > > GetOverlappedResult() and let that wait for it to finish. > > Is there a way to specify a timeout value to not block on the > GetOverlapped > past a certain amount of time? I'm not looking at the help and I can't > remember... I didn't think there was.
There is not - I was wondering if, since the overlapped op was initiated by another call that /did/ support a timeout, it would continue to use up that time limit and then expire... but I have no knowledge beyond the guess. -- Jason Teagle [EMAIL PROTECTED] _______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
