ARP_SEND_REPLY 结构 (ipexport.h)
ARP_SEND_REPLY结构存储有关地址解析协议的信息 (ARP) 答复消息。
语法
typedef struct arp_send_reply {
IPAddr DestAddress;
IPAddr SrcAddress;
} ARP_SEND_REPLY, *PARP_SEND_REPLY;
成员
DestAddress
ARP 消息发送到的目标 IPv4 地址,采用 IPAddr 结构的形式。
SrcAddress
从中传输 ARP 消息的源 IPv4 地址,采用 IPAddr 结构的形式。
要求
最低受支持的客户端 | Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
标头 | ipexport.h (包括 Iphlpapi.h) |