ICMP_ERROR_INFO structure (ws2ipdef.h)
Permet de stocker les informations d’erreur ICMP reçues.
Syntaxe
typedef struct icmp_error_info {
SOCKADDR_INET srcaddress;
IPPROTO protocol;
UINT8 type;
UINT8 code;
} ICMP_ERROR_INFO, *PICMP_ERROR_INFO;
Membres
srcaddress
Type : SOCKADDR_INET
Adresse IP source de l’erreur ICMP.
protocol
Type : IPPROTO
Protocole de l’erreur ICMP ( IPPROTO_ICMP ou IPPROTO_ICMPV6).
type
Type : UINT8
Type d’erreur ICMP.
code
Type : UINT8
Code d’erreur ICMP.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10, version 2004 (10.0 ; Build 19041) |
Serveur minimal pris en charge | Windows Server, version 2004 (10.0 ; Build 19041) |
En-tête | ws2ipdef.h (include ws2tcpip.h) |