MIB_INVERTEDIFSTACK_ROW - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// netioapi.h

typedef struct _MIB_INVERTEDIFSTACK_ROW {
  NET_IFINDEX LowerLayerInterfaceIndex;
  NET_IFINDEX HigherLayerInterfaceIndex;
} MIB_INVERTEDIFSTACK_ROW, *PMIB_INVERTEDIFSTACK_ROW;
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (mib-invertedifstack-row)

MIB_INVERTEDIFSTACK_ROW structure

The MIB_INVERTEDIFSTACK_ROW structure represents the relationship between two network interfaces.

Members

Remarks

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

Requirements

Version Available in Windows Vista and later versions of the Windows operating systems.
Header Netioapi.h (include Netioapi.h)

See also

GetIfStackTable

GetInvertedIfStackTable

MIB_IFSTACK_ROW

MIB_IFSTACK_TABLE

MIB_INVERTEDIFSTACK_TABLE