struttura IN_ADDR_IPV6 (qossp.h)

La struttura IN_ADDR_IPV6 archivia un indirizzo IPv6 da usare con i FILTRI RSVP.

Sintassi

typedef struct _IN_ADDR_IPV6 {
  UCHAR Addr[16];
} IN_ADDR_IPV6, *LPIN_ADDR_IPV6;

Members

Addr[16]

Indirizzo IPv6.

Commenti

Quando si usano indirizzi IPv4, usare IN_ADDR_IPV4.

Requisiti

Requisito Valore
Client minimo supportato Windows 2000 Professional [solo app desktop]
Server minimo supportato Windows 2000 Server [solo app desktop]
Intestazione qossp.h

Vedi anche

IN_ADDR_IPV4