HTTP_SERVICE_CONFIG_QUERY_TYPE enumeration (http.h)

The HTTP_SERVICE_CONFIG_QUERY_TYPE enumeration type defines various types of queries to make. It is used in the HTTP_SERVICE_CONFIG_SSL_QUERY, HTTP_SERVICE_CONFIG_SSL_CCS_QUERY, and HTTP_SERVICE_CONFIG_URLACL_QUERY structures.

Syntax

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

Constants

 
HttpServiceConfigQueryExact
The query returns a single record that matches the specified key value.
HttpServiceConfigQueryNext
The query iterates through the store and returns all records in sequence, using an index value that the calling process increments between query calls.
HttpServiceConfigQueryMax
Terminates the enumeration; is not used to define a query type.

Requirements

Requirement Value
Minimum supported client Windows Vista, Windows XP with SP2 [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header http.h

See also

HTTP_SERVICE_CONFIG_SSL_CCS_QUERY

HTTP_SERVICE_CONFIG_SSL_QUERY

HTTP_SERVICE_CONFIG_URLACL_QUERY