Desktop Functions: Smart Device Functions:
|
Search Results for "wsastartup" in [All]ws2_321: WSACleanup 2: WSAData Used in calling WSAStartup.
result = WSAStartup(2, out data); 4: 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) Constants6: 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. netapi32
if (WSAStartup(0x201, ref data) == ERROR_SUCCESS) Structures8: sockaddr_in
WSAStartup(2, ref data);
WSAStartup(2, ref data);
WSAStartup(2, ref data);
WSAStartup(2, ref data); 9: sockaddr_in6
WSAStartup(2, ref data);
WSAStartup(2, ref data);
WSAStartup(2, ref data);
WSAStartup(2, ref data); |