Winsock Error Codes - Brought to you by Winsock-Error.com

10110 "No more results."

WSA_E_NO_MORE (Winsock error number: 10110)

Microsoft say this about Winsock error 10110 - WSA_E_NO_MORE:

No more results can be returned by the WSALookupServiceNext function.

Full details of Winsock TCP error 10110 - WSA_E_NO_MORE:

No further winsock error code information is available beyond the default message of....

No more results.

   
This page is designed to help you to understand Winsock TCP error 10110. It will not necessarily mean you can instantly fix issues when your computer tells you that Winsock is having problems with code 10110, rather it will give you the necessary background information to help solve the matter.

Programming declarations for 10110 (WSA_E_NO_MORE):

C#
long WSA_E_NO_MORE = 10110 ;

VB.net
Dim WSA_E_NO_MORE As Long = 10110

VB6
Dim WSA_E_NO_MORE As Long
WSA_E_NO_MORE = 10110