HTTP_SERVICE_CONFIG_CACHE_SET structure (http.h)

Used in the pConfigInformation parameter of the HttpSetServiceConfiguration function.

Syntax

typedef struct {
  HTTP_SERVICE_CONFIG_CACHE_KEY   KeyDesc;
  HTTP_SERVICE_CONFIG_CACHE_PARAM ParamDesc;
} HTTP_SERVICE_CONFIG_CACHE_SET, *PHTTP_SERVICE_CONFIG_CACHE_SET;

Members

KeyDesc

Cache key.

ParamDesc

Configuration cache parameter.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header http.h

See also

HTTP Server API Version 2.0 Structures