RSVP_FILTERSPEC_V4 struttura (qossp.h)

La struttura RSVP_FILTERSPEC_V4 archivia le informazioni per un oggetto FILTERSPEC in un indirizzo IPv4.

Sintassi

typedef struct _RSVP_FILTERSPEC_V4 {
  IN_ADDR_IPV4 Address;
  USHORT       Unused;
  USHORT       Port;
} RSVP_FILTERSPEC_V4, *LPRSVP_FILTERSPEC_V4;

Members

Address

Indirizzo IPv4 per il quale viene applicato l'oggetto FILTERSPEC, espresso come unione IN_ADDR_IPV4 .

Unused

Riservato. Imposta su zero.

Port

Porta TCP del socket in cui viene applicato il FILTROPEC.

Commenti

Quando si usano indirizzi IPv6, usare RSVP_FILTERSPEC_V6.

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