Site icon EfmSoft

What does Windows error code 10092 (WSAVERNOTSUPPORTED) mean?

 
Previous Next
WSASYSNOTREADY WSANOTINITIALISED

WSAVERNOTSUPPORTED

WSAVERNOTSUPPORTED means that the requested Winsock version cannot be provided by the installed implementation. It is an initialization compatibility error, not a network connection error.

How version negotiation works

WSAStartup receives the requested version and returns the version actually supported in the WSADATA structure. A program must verify that the returned version is acceptable before using Winsock functions that depend on it.

What to check

Microsoft: WSAStartup


Looking for a different code? Search another status or error code.

Exit mobile version