returnL"A successful WSAStartup call must occur before using this function. ";
break;
caseWSAENETDOWN:
returnL"The network subsystem has failed. ";
break;
caseWSAEACCES:
returnL"The requested address is a broadcast address, but the appropriate flag was not set. Call setsockopt with the SO_BROADCAST parameter to allow the use of the broadcast address. ";
break;
caseWSAEINVAL:
returnL"An unknown flag was specified, or MSG_OOB was specified for a socket with SO_OOBINLINE enabled. ";
break;
caseWSAEINTR:
returnL"A blocking Windows Sockets 1.1 call was canceled through WSACancelBlockingCall. ";
break;
caseWSAEINPROGRESS:
returnL"A blocking Windows Sockets 1.1 call is in progress, or the service provider is still processing a callback function. ";
break;
caseWSAEFAULT:
returnL"The buf or to parameters are not part of the user address space, or the tolen parameter is too small. ";
break;
caseWSAENETRESET:
returnL"The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress. ";
break;
caseWSAENOBUFS:
returnL"No buffer space is available. ";
break;
caseWSAENOTCONN:
returnL"The socket is not connected (connection-oriented sockets only. ";
break;
caseWSAENOTSOCK:
returnL"The descriptor is not a socket. ";
break;
caseWSAEOPNOTSUPP:
returnL"MSG_OOB was specified, but the socket is not stream-style such as type SOCK_STREAM, OOB data is not supported in the communication domain associated with this socket, or the socket is unidirectional and supports only receive operations. ";
break;
caseWSAESHUTDOWN:
returnL"The socket has been shut down; it is not possible to sendto on a socket after shutdown has been invoked with how set to SD_SEND or SD_BOTH. ";
break;
caseWSAEWOULDBLOCK:
returnL"The socket is marked as nonblocking and the requested operation would block. ";
break;
caseWSAEMSGSIZE:
returnL"The socket is message oriented, and the message is larger than the maximum supported by the underlying transport. ";
break;
caseWSAEHOSTUNREACH:
returnL"The remote host cannot be reached from this host at this time. ";
break;
caseWSAECONNABORTED:
returnL"The virtual circuit was terminated due to a time-out or other failure. The application should close the socket as it is no longer usable. ";
break;
caseWSAECONNRESET:
returnL"The virtual circuit was reset by the remote side executing a hard or abortive close. For UPD sockets, the remote host was unable to deliver a previously sent UDP datagram and responded with a \"Port Unreachable\" ICMP packet. The application should close the socket as it is no longer usable. ";
break;
caseWSAEADDRNOTAVAIL:
returnL"The remote address is not a valid address, for example, ADDR_ANY. ";
break;
caseWSAEAFNOSUPPORT:
returnL"Addresses in the specified family cannot be used with this socket. ";
break;
caseWSAEDESTADDRREQ:
returnL"A destination address is required. ";
break;
caseWSAENETUNREACH:
returnL"The network cannot be reached from this host at this time. ";
break;
caseWSAETIMEDOUT:
returnL"The connection has been dropped, because of a network failure or because the system on the other end went down without notice. ";
returnL"A successful WSAStartup call must occur before using this function. ";
break;
caseWSAENETDOWN:
returnL"The network subsystem has failed. ";
break;
caseWSAEACCES:
returnL"The requested address is a broadcast address, but the appropriate flag was not set. Call setsockopt with the SO_BROADCAST parameter to allow the use of the broadcast address. ";
break;
caseWSAEINVAL:
returnL"An unknown flag was specified, or MSG_OOB was specified for a socket with SO_OOBINLINE enabled. ";
break;
caseWSAEINTR:
returnL"A blocking Windows Sockets 1.1 call was canceled through WSACancelBlockingCall. ";
break;
caseWSAEINPROGRESS:
returnL"A blocking Windows Sockets 1.1 call is in progress, or the service provider is still processing a callback function. ";
break;
caseWSAEFAULT:
returnL"The buf or to parameters are not part of the user address space, or the tolen parameter is too small. ";
break;
caseWSAENETRESET:
returnL"The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress. ";
break;
caseWSAENOBUFS:
returnL"No buffer space is available. ";
break;
caseWSAENOTCONN:
returnL"The socket is not connected (connection-oriented sockets only. ";
break;
caseWSAENOTSOCK:
returnL"The descriptor is not a socket. ";
break;
caseWSAEOPNOTSUPP:
returnL"MSG_OOB was specified, but the socket is not stream-style such as type SOCK_STREAM, OOB data is not supported in the communication domain associated with this socket, or the socket is unidirectional and supports only receive operations. ";
break;
caseWSAESHUTDOWN:
returnL"The socket has been shut down; it is not possible to sendto on a socket after shutdown has been invoked with how set to SD_SEND or SD_BOTH. ";
break;
caseWSAEWOULDBLOCK:
returnL"The socket is marked as nonblocking and the requested operation would block. ";
break;
caseWSAEMSGSIZE:
returnL"The socket is message oriented, and the message is larger than the maximum supported by the underlying transport. ";
break;
caseWSAEHOSTUNREACH:
returnL"The remote host cannot be reached from this host at this time. ";
break;
caseWSAECONNABORTED:
returnL"The virtual circuit was terminated due to a time-out or other failure. The application should close the socket as it is no longer usable. ";
break;
caseWSAECONNRESET:
returnL"The virtual circuit was reset by the remote side executing a hard or abortive close. For UPD sockets, the remote host was unable to deliver a previously sent UDP datagram and responded with a \"Port Unreachable\" ICMP packet. The application should close the socket as it is no longer usable. ";
break;
caseWSAEADDRNOTAVAIL:
returnL"The remote address is not a valid address, for example, ADDR_ANY. ";
break;
caseWSAEAFNOSUPPORT:
returnL"Addresses in the specified family cannot be used with this socket. ";
break;
caseWSAEDESTADDRREQ:
returnL"A destination address is required. ";
break;
caseWSAENETUNREACH:
returnL"The network cannot be reached from this host at this time. ";
break;
caseWSAETIMEDOUT:
returnL"The connection has been dropped, because of a network failure or because the system on the other end went down without notice. ";