Site icon EfmSoft

What does Windows error code 10093 (WSANOTINITIALISED) mean?

 
Previous Next
WSAVERNOTSUPPORTED WSAEDISCON

WSANOTINITIALISED

WSANOTINITIALISED means that the thread or process used a Winsock function before a successful WSAStartup call established the Winsock environment.

Common causes

What to do

Define clear ownership for Winsock lifetime. Pair each successful WSAStartup with the matching cleanup only after all socket users are finished, and propagate startup failure rather than allowing later calls to fail ambiguously.

Microsoft: WSAStartup · Microsoft: connect


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

Exit mobile version