struttura RSVP_FILTERSPEC_V6_GPI (qossp.h)

La struttura RSVP_FILTERSPEC_V6_GPI fornisce informazioni generali sull'identificatore di porta per un determinato FILTROPEC in un indirizzo IPv6.

Sintassi

typedef struct _RSVP_FILTERSPEC_V6_GPI {
  IN_ADDR_IPV6 Address;
  ULONG        GeneralPortId;
} RSVP_FILTERSPEC_V6_GPI, *LPRSVP_FILTERSPEC_V6_GPI;

Members

Address

Indirizzo IPv4 per il quale viene applicato l'identificatore di porta generale FILTERSPEC, espresso come struttura IN_ADDR_IPV6 .

GeneralPortId

Identificatore di porta generale per FILTERSPEC.

Commenti

Quando si usano indirizzi IPv4, usare RSVP_FILTERSPEC_V4_GPI.

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_IPV6

RSVP_FILTERSPEC_V4_GPI