RSVP_FILTERSPEC_V4_GPI structure (qossp.h)

The RSVP_FILTERSPEC_V4_GPI structure provides general port identifier information for a given FILTERSPEC.

Syntax

typedef struct _RSVP_FILTERSPEC_V4_GPI {
  IN_ADDR_IPV4 Address;
  ULONG        GeneralPortId;
} RSVP_FILTERSPEC_V4_GPI, *LPRSVP_FILTERSPEC_V4_GPI;

Members

Address

IPv4 address for which the FILTERSPEC general port identifier applies, expressed as an IN_ADDR_IPV4 union.

GeneralPortId

General Port Identifier for the FILTERSPEC.

Remarks

When working with IPv6 addresses, use RSVP_FILTERSPEC_V6_GPI.

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

IN_ADDR_IPV4

RSVP_FILTERSPEC_V6_GPI