.
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.