Platform SDK: Quality of Service |
The QOS object RSVP_STATUS_INFO provides information regarding the status of RSVP for a given flow, including event notifications associated with monitoring FD_QOS events, as well as 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 header ULONG StatusCode; // error or status information, see Winsock2.h ULONG ExtendedStatus1; // provider-specific status extension ULONG ExtendedStatus2; // provider-specific status extension } RSVP_STATUS_INFO, *LPRSVP_STATUS_INFO;
When applications register their interest in FD_QOS events (see QOS Events), event and error information is associated with the event in the form of the QOS structure that is associated with the event. For more detailed information associated with that event, applications can investigate the RSVP_STATUS_INFO object that is provided in the ProviderSpecific buffer of the event-associated QOS structure.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 98.
Header: Declared in Qossp.h.