HTTP_SERVICE_CONFIG_IP_LISTEN_QUERY (Structures)
Last changed: anonymous

.
Summary
The HTTP_SERVICE_CONFIG_IP_LISTEN_QUERY structure is used by HttpQueryServiceConfiguration to return a list of the Internet Protocol (IP) addresses to which the HTTP service binds.

C# Definition:

[StructLayout(LayoutKind.Sequential)]
struct HTTP_SERVICE_CONFIG_IP_LISTEN_QUERY
{
     public int AddrCount;
     public IntPtr AddrList;
}

VB Definition:

Structure HTTP_SERVICE_CONFIG_IP_LISTEN_QUERY
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation