windows.mswsock

\ mswsock.d * * Windows API header module * * Translated from MinGW Windows headers * by Daniel Keep * * Placed into public domain * \**********************************************************************

Members

Aliases

LPFN_ACCEPTEX
alias LPFN_ACCEPTEX = BOOL function(SOCKET, SOCKET, PVOID, DWORD, DWORD, DWORD, LPDWORD, LPOVERLAPPED)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LPFN_CONNECTEX
alias LPFN_CONNECTEX = BOOL function(SOCKET, SOCKADDR*, int, PVOID, DWORD, LPDWORD, LPOVERLAPPED)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PTRANSMIT_FILE_BUFFERS, LPTRANSMIT_FILE_BUFFERS
alias PTRANSMIT_FILE_BUFFERS, LPTRANSMIT_FILE_BUFFERS = TRANSMIT_FILE_BUFFERS*
Undocumented in source.
PWSAMSG, LPWSAMSG
alias PWSAMSG, LPWSAMSG = WSAMSG*
Undocumented in source.

Enums

SO_CONNDATA
anonymousenum SO_CONNDATA
Undocumented in source.
SO_MAXDG
anonymousenum SO_MAXDG
Undocumented in source.
SO_OPENTYPE
anonymousenum SO_OPENTYPE
Undocumented in source.
TCP_BSDURGENT
anonymousenum TCP_BSDURGENT
Undocumented in source.
TF_DISCONNECT
anonymousenum TF_DISCONNECT
Undocumented in source.
TP_ELEMENT_FILE
anonymousenum TP_ELEMENT_FILE
Undocumented in source.

Functions

DisconnectEx
BOOL DisconnectEx(SOCKET , LPOVERLAPPED , DWORD , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetAcceptExSockaddrs
VOID GetAcceptExSockaddrs(PVOID , DWORD , DWORD , DWORD , SOCKADDR** , LPINT , SOCKADDR** , LPINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
TransmitFile
BOOL TransmitFile(SOCKET , HANDLE , DWORD , DWORD , LPOVERLAPPED , LPTRANSMIT_FILE_BUFFERS , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
WSARecvEx
int WSARecvEx(SOCKET , char* , int , int* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
WSARecvMsg
int WSARecvMsg(SOCKET , LPWSAMSG , 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.

Structs

TRANSMIT_FILE_BUFFERS
struct TRANSMIT_FILE_BUFFERS
Undocumented in source.
TRANSMIT_PACKETS_ELEMENT
struct TRANSMIT_PACKETS_ELEMENT
Undocumented in source.
WSACMSGHDR
struct WSACMSGHDR
Undocumented in source.
WSAMSG
struct WSAMSG
Undocumented in source.

Variables

WSAID_ACCEPTEX
GUID WSAID_ACCEPTEX;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
WSAID_CONNECTEX
GUID WSAID_CONNECTEX;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta