FILTER_SPEC structure (lpmapi.h)
The FILTER_SPEC structure stores information about an RSVP FILTERSPEC.
Syntax
typedef struct {
RsvpObjHdr filt_header;
union {
Filter_Spec_IPv4 filt_ipv4;
Filter_Spec_IPv4GPI filt_ipv4gpi;
} filt_u;
} FILTER_SPEC;
Members
filt_header
RSVP Object Header for the FILTERSPEC, in the form of an RsvpObjHdr structure.
filt_u
filt_ipv4
FILTERSPEC, in the form of a Filter_Spec_IPv4 header.
filt_ipv4gpi
FILTERSPEC GPI information, in the form of a Filter_Spec_IPv4GPI header.
filt_u.filt_ipv4
filt_u.filt_ipv4gpi
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | lpmapi.h |