Desktop Functions: Smart Device Functions:
|
Search Results for "WSAStartup" in [All]Structures1: sockaddr_in
WSAStartup(2, ref data);
WSAStartup(2, ref data);
WSAStartup(2, ref data);
WSAStartup(2, ref data); 2: sockaddr_in6
WSAStartup(2, ref data);
WSAStartup(2, ref data);
WSAStartup(2, ref data);
WSAStartup(2, ref data); Constants3: WINERROR
/// 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_324: WSACleanup
5: WSAData Used in calling WSAStartup.
result = WSAStartup(2, out data); 7: WSAStartup
static extern Int32 WSAStartup(Int16 wVersionRequested, out WSAData wsaData);
Declare Function WSAStartup Lib "ws2_32.dll" (TODO) As TODO The application must first call WSAStartup before calling WSAStringToAddress.
if (WSAStartup(0x201, ref data) == ERROR_SUCCESS) netapi32
if (WSAStartup(0x201, ref data) == ERROR_SUCCESS) |