Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Structures, prefix the name with the module name and a period.
HTTP_SERVICE_CONFIG_URLACL_SET (Structures)
.
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;
internal HTTP_SERVICE_CONFIG_URLACL_KEY KeyDesc;
internal 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
Structure HTTP_SERVICE_CONFIG_URLACL_SET
Public TODO
End Structure
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.
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.