[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;
Windows NT: Requires version 5.0 or later.
Windows: Requires Windows 98.
Windows CE: Unsupported.
Header: Declared in traffic.h.