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 client | Windows Vista, Windows XP with SP2 |
| Minimum supported server | Windows Server 2003 |
| Header | Http.h |
See Also
- HTTP_SERVICE_CONFIG_SSL_QUERY
- HTTP_SERVICE_CONFIG_URLACL_QUERY
Send comments about this topic to Microsoft
Build date: 11/19/2009