Desktop Functions: Smart Device Functions:
|
Search Results for "WSAStartup" in [All]Constants1: 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. Structures2: sockaddr_in
WSAStartup(2, ref data);
WSAStartup(2, ref data);
WSAStartup(2, ref data);
WSAStartup(2, ref data); 3: sockaddr_in6
WSAStartup(2, ref data);
WSAStartup(2, ref data);
WSAStartup(2, ref data);
WSAStartup(2, ref data); netapi32
if (WSAStartup(0x201, ref data) == ERROR_SUCCESS) ws2_325: WSACleanup
6: WSAData Used in calling WSAStartup.
result = WSAStartup(2, out data); 8: 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) |