Share via


énumération HTTP_SERVICE_CONFIG_QUERY_TYPE (http.h)

Le type d’énumération HTTP_SERVICE_CONFIG_QUERY_TYPE définit différents types de requêtes à effectuer. Il est utilisé dans les structures HTTP_SERVICE_CONFIG_SSL_QUERY, HTTP_SERVICE_CONFIG_SSL_CCS_QUERY et HTTP_SERVICE_CONFIG_URLACL_QUERY .

Syntax

typedef enum _HTTP_SERVICE_CONFIG_QUERY_TYPE {
  HttpServiceConfigQueryExact,
  HttpServiceConfigQueryNext,
  HttpServiceConfigQueryMax
} HTTP_SERVICE_CONFIG_QUERY_TYPE, *PHTTP_SERVICE_CONFIG_QUERY_TYPE;

Constantes

 
HttpServiceConfigQueryExact
La requête retourne un enregistrement unique qui correspond à la valeur de clé spécifiée.
HttpServiceConfigQueryNext
La requête itère dans le magasin et retourne tous les enregistrements dans l’ordre, à l’aide d’une valeur d’index que le processus appelant incrémente entre les appels de requête.
HttpServiceConfigQueryMax
Met fin à l’énumération ; n’est pas utilisé pour définir un type de requête.

Configuration requise

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

Voir aussi

HTTP_SERVICE_CONFIG_SSL_CCS_QUERY

HTTP_SERVICE_CONFIG_SSL_QUERY

HTTP_SERVICE_CONFIG_URLACL_QUERY