2.2.1.2.20 MIB_IPDESTROW

The MIB_IPDESTROW structure contains information about how a destination can be reached. In addition to the route information, this structure contains preference and view information. This structure is used in MIB_OPAQUE_INFO (section 2.2.1.2.52) structure.

 typedef struct _MIB_IPDESTROW {
   MIB_IPFORWARDROW ForwardRow;
   DWORD dwForwardPreference;
   DWORD dwForwardViewSet;
 } MIB_IPDESTROW,
  *PMIB_IPDESTROW;

ForwardRow: Contains the MIB_IPFORWARDROW (section 2.2.1.2.35) structure that contains the route information.

dwForwardPreference: This MUST be the preference value of the ForwardRow. While routing packets for two routes, if the prefix length is the same, the packet with the lower dwForwardPreference is chosen.

dwForwardViewSet: This MUST be the view information of the ForwardRow. This member describes the type of route, for example a multicast route. For more information, see the dwRtInfoViewSet member of INTERFACE_ROUTE_INFO (section 2.2.1.2.11).