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

995 "Overlapped operation aborted."

WSA_OPERATION_ABORTED (Winsock error number: 995)

Microsoft say this about Winsock error 995 - WSA_OPERATION_ABORTED:

An overlapped operation was canceled due to the closure of the socket, or the execution of the SIO_FLUSH command in WSAIoctl. Note that this error is returned by the operating system, so the error number may change in future releases of Windows.

Full details of Winsock TCP error 995 - WSA_OPERATION_ABORTED:

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

Overlapped operation aborted.

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

Programming declarations for 995 (WSA_OPERATION_ABORTED):

C#
long WSA_OPERATION_ABORTED = 995 ;

VB.net
Dim WSA_OPERATION_ABORTED As Long = 995

VB6
Dim WSA_OPERATION_ABORTED As Long
WSA_OPERATION_ABORTED = 995