Condividi tramite


enumerazione HTTP_SERVICE_CONFIG_QUERY_TYPE (http.h)

Il tipo di enumerazione HTTP_SERVICE_CONFIG_QUERY_TYPE definisce vari tipi di query da eseguire. Viene usato nelle strutture HTTP_SERVICE_CONFIG_SSL_QUERY, HTTP_SERVICE_CONFIG_SSL_CCS_QUERY e HTTP_SERVICE_CONFIG_URLACL_QUERY .

Sintassi

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

Costanti

 
HttpServiceConfigQueryExact
La query restituisce un singolo record corrispondente al valore della chiave specificato.
HttpServiceConfigQueryNext
La query scorre l'archivio e restituisce tutti i record in sequenza, usando un valore di indice incrementato dal processo chiamante tra le chiamate di query.
HttpServiceConfigQueryMax
Termina l'enumerazione; non viene usato per definire un tipo di query.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista, Windows XP con SP2 [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione http.h

Vedi anche

HTTP_SERVICE_CONFIG_SSL_CCS_QUERY

HTTP_SERVICE_CONFIG_SSL_QUERY

HTTP_SERVICE_CONFIG_URLACL_QUERY