MIB_INVERTEDIFSTACK_ROW structure (netioapi.h)
The MIB_INVERTEDIFSTACK_ROW 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 MIB_INVERTEDIFSTACK_ROW structure is defined in Windows Vista and later.
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.
Note that the Netioapi.h header file is automatically included in the Iphlpapi.h header file. The Netioapi.h header file should never be used directly.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | netioapi.h (include Iphlpapi.h) |