Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "ioctlsocket" in [All]

ws2_32

.

    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);

.
Documentation
[ioctlsocket] on MSDN
.

        //Native.ioctlsocket(this.socketPtr, Native.Command.FIONREAD, ref BufferRet);


 
Access PInvoke.net directly from VS: