GetQueuedCompletionStatus()'s return value indicates success or failure of the I/O operation it returns. No documentation mentions how to get this functionality with GetQueuedCompletionStatusEx. Does anyone know how this is done?
IMHO Ex only for management of working threads. Inside of the working thread you do read or write to check data itself. Arkady "Cory Nelson" wrote in message news:1189658358.243015.203920@57g2000hsv.googlegroups.com... > GetQueuedCompletionStatus()'s return value indicates success or > failure of the I/O operation it returns. No documentation mentions > how to get this functionality with GetQueuedCompletionStatusEx. > > Does anyone know how this is done? >