struttura IPV6_LOCAL_BINDING (routprot.h)
La struttura IPV6_LOCAL_BINDING contiene informazioni sull'indirizzo IPv6 per un adattatore.
Sintassi
typedef struct IPV6_LOCAL_BINDING {
IN6_ADDR Address;
DWORD PrefixLength;
} IPV6_LOCAL_BINDING, *PIPV6_LOCAL_BINDING;
Members
Address
Struttura in6_addr che specifica un indirizzo IPv6 per l'adapter.
PrefixLength
Lunghezza, in bit, del prefisso dell'indirizzo.
Commenti
Poiché un adattatore può avere più indirizzi IP, la struttura IPV6_ADAPTER_BINDING_INFO gestisce una matrice di strutture IPV6_LOCAL_BINDING .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Nessuno supportato |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | routprot.h |