HTTP_SERVICE_CONFIG_URLACL_SET (Structures)
Last changed: markg@microsoft.com-131.107.71.227

.
Summary

C# Definition:

[StructLayout(LayoutKind.Sequential)]
struct HTTP_SERVICE_CONFIG_URLACL_SET
{
     public HTTP_SERVICE_CONFIG_URLACL_KEY KeyDesc;
     public HTTP_SERVICE_CONFIG_URLACL_PARAM ParamDesc;
}

VB Definition:

<StructLayout(LayoutKind.Sequential)> _
Public Structure HTTP_SERVICE_CONFIG_URLACL_SET
    Public KeyDesc As HTTP_SERVICE_CONFIG_URLACL_KEY
    Public ParamDesc As HTTP_SERVICE_CONFIG_URLACL_PARAM
End Structure

User-Defined Field Types:

HTTP_SERVICE_CONFIG_URLACL_KEY

HTTP_SERVICE_CONFIG_URLACL_PARAM

Notes:

None.

Documentation