Share via


struttura HTTP_QOS_SETTING_INFO (http.h)

La struttura HTTP_QOS_SETTING_INFO contiene informazioni su un'impostazione QOS.

Sintassi

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

Members

QosType

Valore di enumerazione HTTP_QOS_SETTING_TYPE che specifica il tipo dell'impostazione QOS.

QosSetting

Puntatore a una struttura contenente l'impostazione.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione http.h

Vedi anche

HTTP_QOS_SETTING_TYPE