RSVP_SESSION structure (lpmapi.h)

The RSVP_SESSION structure stores information about an RSVP SESSION message.

Syntax

typedef struct {
  RsvpObjHdr sess_header;
  union {
    Session_IPv4 sess_ipv4;
  } sess_u;
} RSVP_SESSION;

Members

sess_header

RSVP Object Header, in the form of an RsvpObjHdr structure.

sess_u

sess_ipv4

Session information, in the form of a Session_IPv4 structure.

sess_u.sess_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

See also

RsvpObjHdr

Session_IPv4