Click to Rate and Give Feedback
MSDN
MSDN Library
Networking
Network Protocols
HTTP Server API
 HTTP_SERVICE_CONFIG_QUERY_TYPE Enum...
HTTP_SERVICE_CONFIG_QUERY_TYPE Enumeration

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 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

Minimum supported clientWindows Vista, Windows XP with SP2
Minimum supported serverWindows Server 2003
HeaderHttp.h

See Also

HTTP_SERVICE_CONFIG_SSL_QUERY
HTTP_SERVICE_CONFIG_URLACL_QUERY

Send comments about this topic to Microsoft

Build date: 7/23/2009

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker