HTTP_SERVICE_CONFIG_URLACL_SET structure (http.h)

The HTTP_SERVICE_CONFIG_URLACL_SET structure is used to add a new record to the URL reservation store or retrieve an existing record from it. An instance of the structure is used to pass data in through the pConfigInformation parameter of the HTTPSetServiceConfiguration function, or to retrieve data through the pOutputConfigInformation parameter of the HTTPQueryServiceConfiguration function when the ConfigId parameter of either function is equal to HTTPServiceConfigUrlAclInfo.

Syntax

typedef struct _HTTP_SERVICE_CONFIG_URLACL_SET {
  HTTP_SERVICE_CONFIG_URLACL_KEY   KeyDesc;
  HTTP_SERVICE_CONFIG_URLACL_PARAM ParamDesc;
} HTTP_SERVICE_CONFIG_URLACL_SET, *PHTTP_SERVICE_CONFIG_URLACL_SET;

Members

KeyDesc

An HTTP_SERVICE_CONFIG_URLACL_KEY structure that identifies the URL reservation record.

ParamDesc

An HTTP_SERVICE_CONFIG_URLACL_PARAM structure that holds the contents of the specified URL reservation record.

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

HTTPQueryServiceConfiguration

HTTPSetServiceConfiguration

HTTP_SERVICE_CONFIG_URLACL_KEY

HTTP_SERVICE_CONFIG_URLACL_PARAM