RSVP_FILTERSPEC_V4_GPI struttura (qossp.h)

La struttura RSVP_FILTERSPEC_V4_GPI fornisce informazioni generali sull'identificatore della porta per un determinato FILTROPEC.

Sintassi

typedef struct _RSVP_FILTERSPEC_V4_GPI {
  IN_ADDR_IPV4 Address;
  ULONG        GeneralPortId;
} RSVP_FILTERSPEC_V4_GPI, *LPRSVP_FILTERSPEC_V4_GPI;

Members

Address

Indirizzo IPv4 per il quale si applica l'identificatore generale di porta FILTERSPEC, espresso come unione IN_ADDR_IPV4 .

GeneralPortId

Identificatore di porta generale per FILTERSPEC.

Commenti

Quando si usano indirizzi IPv6, usare RSVP_FILTERSPEC_V6_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_IPV4

RSVP_FILTERSPEC_V6_GPI