SENDER_TSPEC structure (lpmapi.h)

The SENDER_TSPEC structure contains information for an RSVP sender Tspec.

Syntax

typedef struct {
  RsvpObjHdr       stspec_header;
  IntServTspecBody stspec_body;
} SENDER_TSPEC;

Members

stspec_header

Object header, expressed as an RsvpObjHdr structure.

stspec_body

Sender Tspec body information, expressed as an IntServTspecBody structure.

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

IntServTspecBody

RsvpObjHdr