struttura RSVP_FILTERSPEC_V6 (qossp.h)

La struttura RSVP_FILTERSPEC_V6 archivia le informazioni per un oggetto FILTERSPEC in un indirizzo IPv6.

Sintassi

typedef struct _RSVP_FILTERSPEC_V6 {
  IN_ADDR_IPV6 Address;
  USHORT       UnUsed;
  USHORT       Port;
} RSVP_FILTERSPEC_V6, *LPRSVP_FILTERSPEC_V6;

Members

Address

Indirizzo IPv4 per cui si applica FILTERSPEC, espresso come struttura IN_ADDR_IPV6 .

UnUsed

Port

Porta TCP del socket in cui si applica FILTERSPEC.

Commenti

Quando si usano indirizzi IPv4, usare RSVP_FILTERSPEC_V4.

Requisiti

   
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_IPV6

RSVP_FILTERSPEC_V4