Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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