RsvpObjHdr structure (lpmapi.h)

The RsvpObjHdr structure provides an object header for an RSVP message.

Syntax

typedef struct {
  USHORT obj_length;
  UCHAR  obj_class;
  UCHAR  obj_ctype;
} RsvpObjHdr;

Members

obj_length

Object length, in bytes.

obj_class

Object class. Must be one of the following:

obj_ctype

Object C-Type. Must be one of the following:

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

Session_IPv4