RSVP_FILTERSPEC structure (qossp.h)
The RSVP_FILTERSPEC structure provides RSVP FILTERSPEC information.
Syntax
typedef struct _RSVP_FILTERSPEC {
FilterType Type;
union {
RSVP_FILTERSPEC_V4 FilterSpecV4;
RSVP_FILTERSPEC_V6 FilterSpecV6;
RSVP_FILTERSPEC_V6_FLOW FilterSpecV6Flow;
RSVP_FILTERSPEC_V4_GPI FilterSpecV4Gpi;
RSVP_FILTERSPEC_V6_GPI FilterSpecV6Gpi;
};
} RSVP_FILTERSPEC, *LPRSVP_FILTERSPEC;
Members
Type
Specifies the type of FILTERSPEC using the FilterSpec enumeration.
FilterSpecV4
IPv4 FILTERSPEC information, provided in the form of a RSVP_FILTERSPEC_V4 structure.
FilterSpecV6
IPv6 FILTERSPEC information, provided in the form of a RSVP_FILTERSPEC_V6 structure.
FilterSpecV6Flow
IPv6 FILTERSPEC flow information, provided in the form of a RSVP_FILTERSPEC_V6_FLOW structure.
FilterSpecV4Gpi
IPv4 FILTERSPEC general port ID information, provided in the form of a RSVP_FILTERSPEC_V4_GPI structure.
FilterSpecV6Gpi
IPv6 FILTERSPEC general port ID information, provided in the form of a RSVP_FILTERSPEC_V6_GPI structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | qossp.h |