Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The RSVP_FILTERSPEC_V4 structure stores information for a FILTERSPEC on an IPv4 address.
Syntax
typedef struct _RSVP_FILTERSPEC_V4 {
IN_ADDR_IPV4 Address;
USHORT Unused;
USHORT Port;
} RSVP_FILTERSPEC_V4, *LPRSVP_FILTERSPEC_V4;
Members
Address
IPv4 address for which the FILTERSPEC applies, expressed as an IN_ADDR_IPV4 union.
Unused
Reserved. Set to zero.
Port
TCP port of the socket on which the FILTERSPEC applies.
Remarks
When working with IPv6 addresses, use RSVP_FILTERSPEC_V6.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | qossp.h |