RSVP_ADSPEC

[This is preliminary documentation and subject to change.]

The GQOS object RSVP_ADSPEC provides a means by which information describing network devices along the data path between sender and receiver, pertaining to RSVP functionality and available services, is apprehended.

typedef struct _RSVP_ADSPEC  {
   QOS_OBJECT_HDR     ObjectHdr;        /* Object Hdr              */
   AD_GENERAL_PARAMS  GeneralParams;    /* contains the general    */
                                        /*   characterization      */
                                        /*   parameters            */
   ULONG              NumberOfServices; /* count of the number     */
                                        /*   of services           */
   CONTROL_SERVICE    Services[1];      /* a list of the services  */
                                        /*   supported/requested   */
} RSVP_ADSPEC, *LPRSVP_ADSPEC;

Members

ObjectHdr
The GQOS object QOS_OBJECT_HDR.
GeneralParams
An AD_GENERAL_PARAMS structure that provides general characterization parameters for the flow. Information includes RSVP-enabled hop count, bandwidth and latency estimates, and the path's MTU.
NumberOfServices
Provides a count of the number of services available. (See the following member for more information.)
Services
A CONTROL_SERVICE array, its element count based on NumberOfServices, that provides information about the services available along the data path between the sender and receiver of a given flow.

QuickInfo

  Windows NT: Requires version 5.0 or later.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in traffic.h.