tango.sys.win32.WsaSock

Undocumented in source.

Public Imports

tango.sys.Common
public import tango.sys.Common;
Undocumented in source.

Members

Enums

SIO_GET_EXTENSION_FUNCTION_POINTER
anonymousenum SIO_GET_EXTENSION_FUNCTION_POINTER
Undocumented in source.
WSADESCRIPTION_LEN
anonymousenum WSADESCRIPTION_LEN
Undocumented in source.

Functions

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.

Structs

Guid
struct Guid
Undocumented in source.
WSABUF
struct WSABUF
Undocumented in source.
WSADATA
struct WSADATA
Undocumented in source.

Meta