Share via


MIB_INVERTEDIFSTACK_ROW (Compact 2013)

3/26/2014

This structure represents the relationship between two network interfaces.

Syntax

typedef struct _MIB_INVERTEDIFSTACK_ROW {
  NET_IFINDEX LowerLayerInterfaceIndex;
  NET_IFINDEX HigherLayerInterfaceIndex;
} MIB_INVERTEDIFSTACK_ROW,
  *PMIB_INVERTEDIFSTACK_ROW;

Members

  • LowerLayerInterfaceIndex
    The network interface index for the interface that is lower in the interface stack table.
  • HigherLayerInterfaceIndex
    The network interface index for the interface that is higher in the interface stack table.

Remarks

The relationship between the interfaces in the interface stack is that the interface with index in the HigherLayerInterfaceIndex member is immediately above the interface with index in the LowerLayerInterfaceIndex member.

Requirements

Header

ws2def.h,
ws2ipdef.h

See Also

Reference

MIB Structures
GetIfStackTable
GetInvertedIfStackTable
MIB_IFSTACK_ROW
MIB_IFSTACK_TABLE
MIB_INVERTEDIFSTACK_TABLE