Share via


NL_ADDRESS_TYPE-Enumeration (nldef.h)

Der NL_ADDRESS_TYPE-Enumerationstyp gibt den IP-Adresstyp der Netzwerkebene an.

Syntax

typedef enum {
  NlatUnspecified,
  NlatUnicast,
  NlatAnycast,
  NlatMulticast,
  NlatBroadcast,
  NlatInvalid
} NL_ADDRESS_TYPE, *PNL_ADDRESS_TYPE;

Konstanten

 
NlatUnspecified
Die nicht angegebene IP-Adresse. Für IPv4 lautet diese Adresse beispielsweise 0.0.0.0.0.
NlatUnicast
Jede IPv4- oder IPv6-Unicastadresse.
NlatAnycast
Eine IPv6-Anycast-Adresse.
NlatMulticast
Eine IPv4- oder IPv6-Multicastadresse.
NlatBroadcast
Eine IPv4-Broadcastadresse.
NlatInvalid
Eine ungültige IP-Adresse.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Verfügbar in Windows Vista und höheren Versionen der Windows-Betriebssysteme.
Kopfzeile nldef.h (include Netioapi.h)