FilterType enumeration (qossp.h)

The FilterType enumeration specifies the type of filter used for an RSVP FILTERSPEC.

Syntax

typedef enum {
  FILTERSPECV4 = 1,
  FILTERSPECV6,
  FILTERSPECV6_FLOW,
  FILTERSPECV4_GPI,
  FILTERSPECV6_GPI,
  FILTERSPEC_END
} FilterType;

Constants

 
FILTERSPECV4
Value: 1
Indicates an IPv4 FILTERSPEC.
FILTERSPECV6
Indicates an IPv6 FILTERSPEC.
FILTERSPECV6_FLOW
Indicates IPv6 FILTERSPEC flow information.
FILTERSPECV4_GPI
Indicates IPv4 FILTERSPEC general port identifier information.
FILTERSPECV6_GPI
Indicates IPv6 FILTERSPEC general port identifier information.
FILTERSPEC_END
Indicates the end of the FILTERSPEC information.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header qossp.h

See also

RSVP_FILTERSPEC_V4

RSVP_FILTERSPEC_V4_GPI

RSVP_FILTERSPEC_V6

RSVP_FILTERSPEC_V6_FLOW

RSVP_FILTERSPEC_V6_GPI