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

11012 "QOS bad style."

WSA_QOS_BAD_STYLE (Winsock error number: 11012)

Microsoft say this about Winsock error 11012 - WSA_QOS_BAD_STYLE:

An unknown or conflicting QOS style was encountered.

Full details of Winsock TCP error 11012 - WSA_QOS_BAD_STYLE:

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

QOS bad style.

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

Programming declarations for 11012 (WSA_QOS_BAD_STYLE):

C#
long WSA_QOS_BAD_STYLE = 11012 ;

VB.net
Dim WSA_QOS_BAD_STYLE As Long = 11012

VB6
Dim WSA_QOS_BAD_STYLE As Long
WSA_QOS_BAD_STYLE = 11012