次の方法で共有


MIB_BEST_IF (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.