RSVP_FILTERSPEC_V6_FLOW struttura (qossp.h)

La struttura RSVP_FILTERSPEC_V6_FLOW fornisce informazioni sull'etichetta del flusso per un oggetto FILTRI IPv6.

Sintassi

typedef struct _RSVP_FILTERSPEC_V6_FLOW {
  IN_ADDR_IPV6 Address;
  UCHAR        UnUsed;
  UCHAR        FlowLabel[3];
} RSVP_FILTERSPEC_V6_FLOW, *LPRSVP_FILTERSPEC_V6_FLOW;

Members

Address

Indirizzo IPv4 per il quale si applica l'etichetta di flusso FILTERSPEC, espressa come struttura IN_ADDR_IPV6 .

UnUsed

FlowLabel[3]

Etichetta per il flusso.

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_V6