[StructLayout(LayoutKind.Sequential)]
public class WSAData
{
public Int16 wVersion;
public Int16 wHighVersion;
public String szDescription;
public String szSystemStatus;
public Int16 iMaxSockets;
public Int16 iMaxUdpDg;
public IntPtr lpVendorInfo;
}
Declare Function WSAData Lib "ws2_32.dll" (TODO) As TODO
None.
Used in calling WSAStartup.
Please add some!
Please add some!
Do you know one? Please contribute it!