HTTP_SERVICE_CONFIG_URLACL_KEY structure (http.h)
The HTTP_SERVICE_CONFIG_URLACL_KEY structure is used to specify a particular reservation record in the URL namespace reservation store. It is a member of the HTTP_SERVICE_CONFIG_URLACL_SET and HTTP_SERVICE_CONFIG_URLACL_QUERY structures.
Syntax
typedef struct _HTTP_SERVICE_CONFIG_URLACL_KEY {
PWSTR pUrlPrefix;
} HTTP_SERVICE_CONFIG_URLACL_KEY, *PHTTP_SERVICE_CONFIG_URLACL_KEY;
Members
pUrlPrefix
A pointer to the UrlPrefix string that defines the portion of the URL namespace to which this reservation pertains.
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_URLACL_QUERY