- WSACleanup
int WSACleanup()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WSAGetLastError
int WSAGetLastError()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WSAGetOverlappedResult
int WSAGetOverlappedResult(HANDLE , OVERLAPPED* , DWORD* , BOOL , DWORD* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WSAIoctl
int WSAIoctl(HANDLE s, DWORD op, LPVOID inBuf, DWORD cbIn, LPVOID outBuf, DWORD cbOut, DWORD* result, LPOVERLAPPED , void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WSARecv
int WSARecv(HANDLE , WSABUF* , DWORD , DWORD* , DWORD* , OVERLAPPED* , void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WSASend
int WSASend(HANDLE , WSABUF* , DWORD , DWORD* , DWORD , OVERLAPPED* , void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WSAStartup
int WSAStartup(WORD wVersionRequested, WSADATA* lpWSAData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.