Home All Groups Group Topic Archive Search About

Socket API Documentation?

Author
15 May 2006 2:05 PM
Phill W.
For my sins, I've been given a program to write that uses the Framework
Sockets classes.  Needless to say, I'm getting problems as I'm going
along, but by far my biggest woe is MSDN!

Virtually every Socket method says something like ...

If you get an Exception, get the ErrorCode property and look it up in
the "Windows Sockets Version 2 API error code Documentation".

.... but can I find it???

Does /anyone/ have a URL for this documentation?
Even searching MSDN on the web fails to find it!

TIA,
    Phill  W.

Author
15 May 2006 2:37 PM
Claes Bergefall
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/winsock/windows_sockets_error_codes_2.asp

    /claes

Show quoteHide quote
"Phill W." <p-.-a-.-w-a-r-d@o-p-e-n-.-a-c-.-u-k> wrote in message
news:e4a1n1$49a$1@yarrow.open.ac.uk...
> For my sins, I've been given a program to write that uses the Framework
> Sockets classes.  Needless to say, I'm getting problems as I'm going
> along, but by far my biggest woe is MSDN!
>
> Virtually every Socket method says something like ...
>
> If you get an Exception, get the ErrorCode property and look it up in the
> "Windows Sockets Version 2 API error code Documentation".
>
> ... but can I find it???
>
> Does /anyone/ have a URL for this documentation?
> Even searching MSDN on the web fails to find it!
>
> TIA,
>    Phill  W.