ICMP_ERROR_INFO struttura (ws2ipdef.h)
Usato per archiviare le informazioni sull'errore ICMP ricevute.
Sintassi
typedef struct icmp_error_info {
SOCKADDR_INET srcaddress;
IPPROTO protocol;
UINT8 type;
UINT8 code;
} ICMP_ERROR_INFO, *PICMP_ERROR_INFO;
Members
srcaddress
Tipo: SOCKADDR_INET
Indirizzo IP di origine dell'errore ICMP.
protocol
Tipo: IPPROTO
Protocollo dell'errore ICMP ( IPPROTO_ICMP o IPPROTO_ICMPV6).
type
Tipo: UINT8
Tipo di errore ICMP.
code
Tipo: UINT8
Codice di errore ICMP.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10 versione 2004 (10.0; Build 19041) |
Server minimo supportato | Windows Server, versione 2004 (10.0; Build 19041) |
Intestazione | ws2ipdef.h (includere ws2tcpip.h) |