@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm 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: HTTP_SERVICE_CONFIG_IP_LISTEN_PARAM@msdn on MSDN
Edit Structures.HTTP_S...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.