- 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.
- 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.
\ mswsock.d * * Windows API header module * * Translated from MinGW Windows headers * by Daniel Keep * * Placed into public domain * \**********************************************************************