[Libevent-users] GetQueuedCompletionStatus return values
question/problem
Toby Douglass
toby.douglass at summerblue.net
Wed Nov 1 12:41:04 EST 2006
Kevin Sanders wrote:
> Toby, the GLE error codes are documented here;
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/system_error_codes.asp
The problem is that for a given function, the docs for that function
don't tell you which errors you could possibly see. So there's the huge
list of errors (said URL) and...which of those will I need to manage? I
can't know, either now, or with regard to future changes in behaviour.
That means GLE is only guaranteed useful for handling specifically
documented GLE error codes and for differentiating between no error and
*an* error.
More information about the Libevent-users
mailing list