RTM_NEXTHOP_LIST structure (rtmv2.h)
The RTM_NEXTHOP_LIST structure contains a list of next hops used to determine equal-cost paths in a route.
Syntax
typedef struct _RTM_NEXTHOP_LIST {
USHORT NumNextHops;
RTM_NEXTHOP_HANDLE NextHops[1];
} RTM_NEXTHOP_LIST, *PRTM_NEXTHOP_LIST;
Members
NumNextHops
Specifies the number of equal cost next hops in NextHops.
NextHops[1]
Array of next-hop handles.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | rtmv2.h |