HTTP_SERVICE_CONFIG_URLACL_PARAM structure (http.h)

The HTTP_SERVICE_CONFIG_URLACL_PARAM structure is used to specify the permissions associated with a particular record in the URL namespace reservation store. It is a member of the HTTP_SERVICE_CONFIG_URLACL_SET structure.

Syntax

typedef struct _HTTP_SERVICE_CONFIG_URLACL_PARAM {
  PWSTR pStringSecurityDescriptor;
} HTTP_SERVICE_CONFIG_URLACL_PARAM, *PHTTP_SERVICE_CONFIG_URLACL_PARAM;

Members

pStringSecurityDescriptor

A pointer to a Security Descriptor Definition Language (SDDL) string that contains the permissions associated with this URL namespace reservation record.

Remarks

The security descriptor string pointed to by the pStringSecurityDescriptor member has the following elements:

An example of a security descriptor string is:

D:(A;;GX;;;S-1-0-0)(A;;GA;;;S-1-5-11)

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_SET

Security Descriptor String Format