RSVP_STATUS_INFO

[This is preliminary documentation and subject to change.]

The GQOS object RSVP_STATUS_INFO provides information regarding the status of RSVP for a given flow, including error information. RSVP_STATUS_INFO is useful for storing RSVP-specific status and error information.

typedef struct _RSVP_STATUS_INFO {
   QOS_OBJECT_HDR      ObjectHdr;       /* Object Hdr              */
   ULONG               StatusCode;      /* Error or Status Informa-*/
                                        /*   tion see Winsock2.h   */
   ULONG               ExtendedStatus1; /* Provider specific status*/
                                        /*   extension             */
   ULONG               ExtendedStatus2; /* Provider specific status*/
                                        /*   extension             */
} RSVP_STATUS_INFO, *LPRSVP_STATUS_INFO;

Members

ObjectHdr
The GQOS object QOS_OBJECT_HDR.
StatusCode
Status information. See winsock2.h for more information.
ExtendedStatus1
Mechanism for storing or returning provider-specific status information.
ExtendedStatus2
Additional mechanism for storing or returning provider-specific status information.

QuickInfo

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