- WSARecv
int WSARecv(SOCKET , LPWSABUF , DWORD , LPDWORD , LPDWORD , LPWSAOVERLAPPED , LPWSAOVERLAPPED_COMPLETION_ROUTINE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WSARecvDisconnect
int WSARecvDisconnect(SOCKET , LPWSABUF )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WSARecvFrom
int WSARecvFrom(SOCKET , LPWSABUF , DWORD , LPDWORD , LPDWORD , SOCKADDR* , LPINT , LPWSAOVERLAPPED , LPWSAOVERLAPPED_COMPLETION_ROUTINE )
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(SOCKET , LPWSABUF , DWORD , LPDWORD , DWORD , LPWSAOVERLAPPED , LPWSAOVERLAPPED_COMPLETION_ROUTINE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WSASendDisconnect
int WSASendDisconnect(SOCKET , LPWSABUF )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WSASendTo
int WSASendTo(SOCKET , LPWSABUF , DWORD , LPDWORD , DWORD , const(SOCKADDR)* , int , LPWSAOVERLAPPED , LPWSAOVERLAPPED_COMPLETION_ROUTINE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- loadWinsockExtension
void loadWinsockExtension(SOCKET socket)
Undocumented in source. Be warned that the author may not have intended to support it.