Struttura WSABUF (ws2def.h)
La struttura WSABUF consente la creazione o la manipolazione di un buffer di dati usato da alcune funzioni Winsock.
Sintassi
typedef struct _WSABUF {
ULONG len;
CHAR *buf;
} WSABUF, *LPWSABUF;
Members
len
Lunghezza del buffer, in byte.
buf
Puntatore al buffer.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 2000 Professional [solo app desktop] |
Server minimo supportato | Windows 2000 Server [solo app desktop] |
Intestazione | ws2def.h (include Winsock2.h) |