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

Structures

.

            WSAStartup(2, ref data);

.

            WSAStartup(2, ref data);

.

            WSAStartup(2, ref data);

.

            WSAStartup(2, ref data);

.

            WSAStartup(2, ref data);

.

            WSAStartup(2, ref data);

.

            WSAStartup(2, ref data);

.

            WSAStartup(2, ref data);

Constants

.

        /// WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.

.

        /// Either the application has not called WSAStartup, or WSAStartup failed.

ws2_32

.
Summary
Cleans up the Windows Sockets resources. Ensure this method is called after every successful call to WSAStartup().
.

            result = WSAStartup(WORD_VERSION, data);

.

    resultCode = WSAStartup(WORD_VERSION, data)

.

Used in calling WSAStartup.

.

        result = WSAStartup(2, out data);

.

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

.

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

.
Documentation
[WSAStartup] on MSDN
.

The application must first call WSAStartup before calling WSAStringToAddress.

.

    if (WSAStartup(0x201, ref data) == ERROR_SUCCESS)

netapi32

.

    if (WSAStartup(0x201, ref data) == ERROR_SUCCESS)


 
Access PInvoke.net directly from VS: