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