MIB_IPINTERFACE_TABLE structure
The MIB_IPINTERFACE_TABLE structure contains a table of IP interface entries.
Syntax
typedef struct _MIB_IPINTERFACE_TABLE {
ULONG NumEntries;
MIB_IPINTERFACE_ROW Table[ANY_SIZE];
} MIB_IPINTERFACE_TABLE, *PMIB_IPINTERFACE_TABLE;
Members
NumEntries
The number of IP interface entries in the array.Table
An array of MIB_IPINTERFACE_ROW structures that contain IP interface entries.
Remarks
The GetIpInterfaceTable function enumerates the IP interface entries on a local computer and returns this information in a MIB_IPINTERFACE_TABLE structure.
The MIB_IPINTERFACE_TABLE structure might contain padding for alignment between the NumEntries member and the first MIB_IPINTERFACE_ROW array entry in the Table member. Padding for alignment might also be present between the MIB_IPINTERFACE_ROW array entries in the Table member. Any access to a MIB_IPINTERFACE_ROW array entry should assume padding might exist.
Requirements
Version |
Available in Windows Vista and later versions of the Windows operating systems. |
Header |
Netioapi.h (include Netioapi.h) |