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
以 IPAddr 結構的形式傳送 ARP 訊息的目標 IPv4 位址。
SrcAddress
傳輸 ARP 訊息的來源 IPv4 位址,格式為 IPAddr 結構。
需求
最低支援的用戶端 | Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限桌面應用程式] |
標頭 | ipexport.h (包含 Iphlpapi.h) |