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

11022 "Invalid QOS object length."

WSA_QOS_EOBJLENGTH (Winsock error number: 11022)

Microsoft say this about Winsock error 11022 - WSA_QOS_EOBJLENGTH:

An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer.

Full details of Winsock TCP error 11022 - WSA_QOS_EOBJLENGTH:

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

Invalid QOS object length.

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

Programming declarations for 11022 (WSA_QOS_EOBJLENGTH):

C#
long WSA_QOS_EOBJLENGTH = 11022 ;

VB.net
Dim WSA_QOS_EOBJLENGTH As Long = 11022

VB6
Dim WSA_QOS_EOBJLENGTH As Long
WSA_QOS_EOBJLENGTH = 11022