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

10102 "No more results."

WSAENOMORE (Winsock error number: 10102)

Microsoft say this about Winsock error 10102 - WSAENOMORE:

No more results can be returned by the WSALookupServiceNext function.

Full details of Winsock TCP error 10102 - WSAENOMORE:

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 10102. It will not necessarily mean you can instantly fix issues when your computer tells you that Winsock is having problems with code 10102, rather it will give you the necessary background information to help solve the matter.

Programming declarations for 10102 (WSAENOMORE):

C#
long WSAENOMORE = 10102 ;

VB.net
Dim WSAENOMORE As Long = 10102

VB6
Dim WSAENOMORE As Long
WSAENOMORE = 10102