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

10107 "System call failure."

WSASYSCALLFAILURE (Winsock error number: 10107)

Microsoft say this about Winsock error 10107 - WSASYSCALLFAILURE:

A system call that should never fail has failed. This is a generic error code, returned under various conditions. Returned when a system call that should never fail does fail. For example, if a call to WaitForMultipleEvents fails or one of the registry functions fails trying to manipulate the protocol/namespace catalogs. Returned when a provider does not return SUCCESS and does not provide an extended error code. Can indicate a service provider implementation error.

Full details of Winsock TCP error 10107 - WSASYSCALLFAILURE:

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

System call failure.

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

Programming declarations for 10107 (WSASYSCALLFAILURE):

C#
long WSASYSCALLFAILURE = 10107 ;

VB.net
Dim WSASYSCALLFAILURE As Long = 10107

VB6
Dim WSASYSCALLFAILURE As Long
WSASYSCALLFAILURE = 10107