tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
WSADATA
tango
sys
win32
WsaSock
Undocumented in source.
struct
WSADATA {
WORD
wVersion
;
WORD
wHighVersion
;
char
[
WSADESCRIPTION_LEN
+
1
]
szDescription
;
char
[
WSASYS_STATUS_LEN
+
1
]
szSystemStatus
;
ushort
iMaxSockets
;
ushort
iMaxUdpDg
;
char
*
lpVendorInfo
;
}
Members
Variables
iMaxSockets
ushort
iMaxSockets
;
Undocumented in source.
iMaxUdpDg
ushort
iMaxUdpDg
;
Undocumented in source.
lpVendorInfo
char
*
lpVendorInfo
;
Undocumented in source.
szDescription
char
[
WSADESCRIPTION_LEN
+
1
]
szDescription
;
Undocumented in source.
szSystemStatus
char
[
WSASYS_STATUS_LEN
+
1
]
szSystemStatus
;
Undocumented in source.
wHighVersion
WORD
wHighVersion
;
Undocumented in source.
wVersion
WORD
wVersion
;
Undocumented in source.
Meta
Source
See Implementation
tango
sys
win32
WsaSock
enums
SIO_GET_EXTENSION_FUNCTION_POINTER
WSADESCRIPTION_LEN
functions
WSACleanup
WSAGetLastError
WSAGetOverlappedResult
WSAIoctl
WSARecv
WSASend
WSAStartup
structs
Guid
WSABUF
WSADATA