共用方式為


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)

另請參閱

IP 協助程式起始頁

IP 協助程式結構

IPAddr