ioCommand
[DllImport("ws2_32.dll", SetLastError = true)]
public static extern int ioCommand(
IntPtr s,
int cmd,
ref uint argp
);
Last updated
[DllImport("ws2_32.dll", SetLastError = true)]
public static extern int ioCommand(
IntPtr s,
int cmd,
ref uint argp
);
Last updated