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

Structures

.

            var data = new WSAData();

.

            var data = new WSAData();

.

            var data = new WSAData();

.

            var data = new WSAData();

.

            var data = new WSAData();

.

            var data = new WSAData();

.

            var data = new WSAData();

.

            var data = new WSAData();

. .
Summary
The WSADATA structure contains information about the Windows Sockets implementation
.

    internal struct WSAData

.
Documentation
[WSADATA] on MSDN

ws2_32

.

            WSAData data = new WSAData();

.

    Dim data As WSAData

.

    data = New WSAData

.

public struct WSAData

.

internal struct WSAData64

.

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

.
Documentation
[WSAData] on MSDN
.

        WSAData data = new WSAData();

.

static extern Int32 WSAStartup(Int16 wVersionRequested, out WSAData wsaData);

.

    WSADATA data = new WSADATA();

netapi32

.

    WSADATA data = new WSADATA();


 
Access PInvoke.net directly from VS: