You can't find it in WinError.h? In the version I have, it's on line 560...
At any rate, you can use FormatMessage() as you've done, but if you need
just a quick lookup, check out MSDN:
http://msdn.microsoft.com/library/de...rror_codes.asp
--
John Phillips
MVP - Windows SDK
"Gordon Scott" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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...
>
>