Desktop Functions: Smart Device Functions:
|
Search Results for "ioctlsocket" in [All]ws2_321: ioctlsocket
public static extern int ioctlsocket(IntPtr s, Command cmd, ref int argp);
Declare Function ioctlsocket Lib "ws2_32.dll" (TODO) As TODO
//Native.ioctlsocket(this.socketPtr, Native.Command.FIONREAD, ref BufferRet); 2: WSAIoctl
//Native.ioctlsocket(this.socketPtr, Native.Command.FIONREAD, ref BufferRet); |