RSVP_MSG_OBJS structure (lpmapi.h)
The RSVP_MSG_OBJS structure contains RSVP message objects.
Syntax
typedef struct rsvpmsgobjs {
MSG_TYPE RsvpMsgType;
RSVP_SESSION *pRsvpSession;
RSVP_HOP *pRsvpFromHop;
RSVP_HOP *pRsvpToHop;
RESV_STYLE *pResvStyle;
RSVP_SCOPE *pRsvpScope;
int FlowDescCount;
FLOW_DESC *pFlowDescs;
int PdObjectCount;
POLICY_DATA **ppPdObjects;
ERROR_SPEC *pErrorSpec;
ADSPEC *pAdspec;
} RSVP_MSG_OBJS;
Members
RsvpMsgType
RSVP message type.
pRsvpSession
Pointer to an RSVP_SESSION object containing an RSVP session object.
pRsvpFromHop
Pointer to an RSVP_HOP structure indicating the hop from which the message has come.
pRsvpToHop
Pointer to an RSVP_HOP structure indicating the hop to which the message shall be sent.
pResvStyle
Reservation style, expressed as a RESV_STYLE structure.
pRsvpScope
Scope of the reservation message.
FlowDescCount
Number of flow descriptors in the message.
pFlowDescs
Pointer to the first FLOW_DESC structure in the message.
PdObjectCount
Number of policy data objects in the message.
ppPdObjects
Pointer to the first POLICY_DATA structure in the message.
pErrorSpec
Pointer to an ERROR_SPEC structure containing an error message.
pAdspec
Pointer to an ADSPEC structure containing an Adspec message.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | lpmapi.h |