Discussion:
Checking for operation failure with GetQueuedCompletionStatusEx
(too old to reply)
Cory Nelson
2007-09-13 04:39:18 UTC
Permalink
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?
Arkady Frenkel
2007-09-14 04:20:10 UTC
Permalink
IMHO Ex only for management of working threads. Inside of the working thread
you do read or write to check data itself.
Arkady
Post by Cory Nelson
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?
Loading...