enumeración HTTP_SERVICE_CONFIG_QUERY_TYPE (http.h)

El tipo de enumeración HTTP_SERVICE_CONFIG_QUERY_TYPE define varios tipos de consultas que se van a realizar. Se usa en las estructuras HTTP_SERVICE_CONFIG_SSL_QUERY, HTTP_SERVICE_CONFIG_SSL_CCS_QUERY y 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 consulta devuelve un único registro que coincide con el valor de clave especificado.
HttpServiceConfigQueryNext
La consulta recorre en iteración el almacén y devuelve todos los registros en secuencia, utilizando un valor de índice que el proceso de llamada incrementa entre las llamadas de consulta.
HttpServiceConfigQueryMax
Finaliza la enumeración; no se usa para definir un tipo de consulta.

Requisitos

Requisito Value
Cliente mínimo compatible Windows Vista, Windows XP con SP2 [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2003 [solo aplicaciones de escritorio]
Encabezado http.h

Consulte también

HTTP_SERVICE_CONFIG_SSL_CCS_QUERY

HTTP_SERVICE_CONFIG_SSL_QUERY

HTTP_SERVICE_CONFIG_URLACL_QUERY