Skip to content

Latest commit

 

History

History
83 lines (66 loc) · 1.88 KB

ns-ws2ipdef-icmp_error_info.md

File metadata and controls

83 lines (66 loc) · 1.88 KB
UID title author description tech.root ms.author ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist f1_keywords dev_langs topic_type api_type api_location api_name
NS:ws2ipdef.icmp_error_info
ICMP_ERROR_INFO
windows-sdk-content
Used to store received ICMP error information.
WinSock
windowssdkdev
10/04/2019
*PICMP_ERROR_INFO, ICMP_ERROR_INFO [Winsock], ICMP_ERROR_INFO, ICMP_ERROR_INFO structure [Winsock], PICMP_ERROR_INFO, PICMP_ERROR_INFO structure pointer [Winsock], icmp_error_info, icmp_error_info structure [Winsock], ws2ipdef.icmp_error_info, ws2ipdef/PICMP_ERROR_INFO, ws2ipdef/icmp_error_info, ws2ipdef/PICMP_ERROR_INFO, ws2ipdef/icmp_error_info
ws2ipdef.h
ws2tcpip.h
Windows
Windows 10, version 2004 (10.0; Build 19041)
Windows Server, version 2004 (10.0; Build 19041)
Windows
ICMP_ERROR_INFO, *PICMP_ERROR_INFO
icmp_error_info
ws2ipdef/icmp_error_info
PICMP_ERROR_INFO
ws2ipdef/PICMP_ERROR_INFO
ICMP_ERROR_INFO
ws2ipdef/ICMP_ERROR_INFO
c++
APIRef
kbSyntax
HeaderDef
ws2ipdef.h
ws2tcpip.h
ICMP_ERROR_INFO

-description

Used to store received ICMP error information.

-struct-fields

-field srcaddress

Type: SOCKADDR_INET

The source IP address of the ICMP error.

-field protocol

Type: IPPROTO

The protocol of the ICMP error (either IPPROTO_ICMP or IPPROTO_ICMPV6).

-field type

Type: UINT8

The ICMP error type.

-field code

Type: UINT8

The ICMP error code.

-remarks

-see-also