G
Gordon Scott
Hi all,
Still working on my IOCP code, now I am getting everything zooming along up
to a certain point where CreateIoCompletionPort returns an error
GetLastError() == 64. Once this happens, ALL calls to ciop fail.
Something must be happening to cause the completion port to crash or stop
working.
Question is, For these obviously non-winsock error codes, how do I track
down what this error responds to. I see nothing in WINERROR.h that
corresponds to this...
Still working on my IOCP code, now I am getting everything zooming along up
to a certain point where CreateIoCompletionPort returns an error
GetLastError() == 64. Once this happens, ALL calls to ciop fail.
Something must be happening to cause the completion port to crash or stop
working.
Question is, For these obviously non-winsock error codes, how do I track
down what this error responds to. I see nothing in WINERROR.h that
corresponds to this...