structure HTTP_QOS_SETTING_INFO (http.h)

La structure HTTP_QOS_SETTING_INFO contient des informations sur un paramètre QOS.

Syntaxe

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

Membres

QosType

Une valeur d’énumération HTTP_QOS_SETTING_TYPE qui spécifie le type du paramètre QOS.

QosSetting

Pointeur vers une structure qui contient le paramètre.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows Vista [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 [applications de bureau uniquement]
En-tête http.h

Voir aussi

HTTP_QOS_SETTING_TYPE