Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

HTTP_QOS_SETTING_INFO structure (http.h)

The HTTP_QOS_SETTING_INFO structurecontains information about a QOS setting.

Syntax

typedef struct _HTTP_QOS_SETTING_INFO {
 HTTP_QOS_SETTING_TYPE QosType;
 PVOID QosSetting;
} HTTP_QOS_SETTING_INFO, *PHTTP_QOS_SETTING_INFO;

Members

QosType

An HTTP_QOS_SETTING_TYPE enumeration value that specifies the type of the QOS setting.

QosSetting

A pointer to a structure that contains the setting.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header http.h

See also

HTTP_QOS_SETTING_TYPE


Feedback

Was this page helpful?

Additional resources