RSVP_HOP structure (lpmapi.h)
The RSVP_HOP structure contains information about an RSVP-enabled hop.
Syntax
typedef struct {
RsvpObjHdr hop_header;
union {
Rsvp_Hop_IPv4 hop_ipv4;
} hop_u;
} RSVP_HOP;
Members
hop_header
RSVP hop header, in the form of an RsvpObjHdr structure
hop_u
hop_ipv4
Information about the IPv4 hop, in the form of an Rsvp_Hop_IPv4 structure.
hop_u.hop_ipv4
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | lpmapi.h |