HTTP_SERVICE_CONFIG_IP_LISTEN_PARAM (Structures)
Last changed: anonymous

.
Summary
The HTTP_SERVICE_CONFIG_IP_LISTEN_PARAM structure is used to specify an IP address to be added to or deleted from the list of IP addresses to which the HTTP service binds.

C# Definition:

[StructLayout(LayoutKind.Sequential)]
public struct HTTP_SERVICE_CONFIG_IP_LISTEN_PARAM
{
     public ushort AddrLength;
     public IntPtr pAddress;
}

VB Definition:

Structure HTTP_SERVICE_CONFIG_IP_LISTEN_PARAM
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation