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 "WSAIoctl" in [All]

ws2_32

.

        Native.WSAIoctl(

.

    /* Look at WSAIoctl function parameters .!. */

.

    public static extern int WSAIoctl(

.

Declare Function WSAIoctl Lib "ws2_32.dll" (TODO) As TODO

.

        Native.WSAIoctl(

.
Documentation
[WSAIoctl] on MSDN
.

static extern Int32 WSAIoctl(Int32 s, UInt32 dwControlCode, IntPtr lpvInBuffer, Int32 cbInBuffer, IntPtr lpvOutBuffer, Int32 cbOutBuffer, out UInt32 lpcbBytesReturned, IntPtr lpOverlapped, IntPtr lpCompletion);

.

Declare Function WSAIoctl Lib "ws2_32.dll" (TODO) As TODO

.
Documentation
[WSAIoctl] on MSDN

 
Access PInvoke.net directly from VS: