2.2.22 ADD_ROUTES_REPLY
The ADD_ROUTES_REPLY structure<11> contains information about packet loss and route status for routes previously added by the client.
-
typedef struct ADD_ROUTES_REPLY { SAFEARRAY(ULONG) indices; SAFEARRAY(ROUTE_LOSS_AND_STATE) replies; BOOLEAN routeUnavailable; } ADD_ROUTES_REPLY;
indices: An array of unsigned integers matching the indices previously designated by the client in an ADD_ROUTES_REQUEST data structure.
replies: An array of ROUTE_LOSS_AND_STATE (section 2.2.21) objects representing the communication data collected by the server using implementation-specific mechanisms.
routeUnavailable: A value of TRUE indicates that the server was not in the correct state to set the remaining fields of the ROUTE_LOSS_AND_STATE data structure. In this case, the indices and replies fields MUST be ignored.