Share via


ARP_SEND_REPLY-Struktur (ipexport.h)

Die ARP_SEND_REPLY-Struktur speichert Informationen zu ARP-Antwortnachrichten (Address Resolution Protocol).

Syntax

typedef struct arp_send_reply {
  IPAddr DestAddress;
  IPAddr SrcAddress;
} ARP_SEND_REPLY, *PARP_SEND_REPLY;

Members

DestAddress

Die IPv4-Zieladresse, an die die ARP-Nachricht gesendet wird, in Form einer IPAddr-Struktur .

SrcAddress

Die IPv4-Quelladresse, von der die ARP-Nachricht übertragen wird, in Form einer IPAddr-Struktur .

Anforderungen

   
Unterstützte Mindestversion (Client) Windows 2000 Professional [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows 2000 Server [nur Desktop-Apps]
Kopfzeile ipexport.h (include Iphlpapi.h)

Weitere Informationen

Startseite des IP-Hilfsprogrammes

IP-Hilfsstrukturen

IPAddr