Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure stores the index of the interface that has the best route to a particular destination address.
typedef struct _MIB_BEST_IF {DWORDdwDestAddr;DWORDdwIfIndex;} MIB_BEST_IF*, PMIB_BEST_IF;
Members
- dwDestAddr
The IP address of the destination. - dwIfIndex
The index of the interface that has the best route to the destination address specified by the dwDestAddr member.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Routprot.h.
See Also
IP Helper Structures | GetBestInterface | GetBestRoute
Send Feedback on this topic to the authors