HTTP_SERVICE_CONFIG_URLACL_KEY (Structures)
Last changed: markg@microsoft.com-131.107.76.143

.
Summary
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.

C# Definition:

[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
struct HTTP_SERVICE_CONFIG_URLACL_KEY
{
     [MarshalAs(UnmanagedType.LPWStr)]
     internal string pUrlPrefix;

     internal HTTP_SERVICE_CONFIG_URLACL_KEY(string urlPrefix)
     {
     pUrlPrefix = urlPrefix;
     }
}

VB Definition:

Structure HTTP_SERVICE_CONFIG_URLACL_KEY
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation