ICMP_ERROR_INFO構造体 (ws2ipdef.h)
受信した ICMP エラー情報を格納するために使用されます。
構文
typedef struct icmp_error_info {
SOCKADDR_INET srcaddress;
IPPROTO protocol;
UINT8 type;
UINT8 code;
} ICMP_ERROR_INFO, *PICMP_ERROR_INFO;
メンバー
srcaddress
種類: SOCKADDR_INET
ICMP エラーの送信元 IP アドレス。
protocol
種類: IPPROTO
ICMP エラーのプロトコル ( IPPROTO_ICMP または IPPROTO_ICMPV6)。
type
種類: UINT8
ICMP エラーの種類。
code
種類: UINT8
ICMP エラー コード。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 10バージョン 2004 (10.0;ビルド 19041) |
サポートされている最小のサーバー | Windows Server バージョン 2004 (10.0;ビルド 19041) |
Header | ws2ipdef.h (ws2tcpip.h を含む) |