I do. Do a wait with your timeout as the value, then check the return value to see if it returned because it hit the timeout or because the handle was signaled.
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.
_______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
