MIB_IPADDRTABLE (Windows CE 5.0)
This structure contains a table of IP address entries.
typedef struct _MIB_IPADDRTABLE {DWORD dwNumEntries;MIB_IPADDRROWtable[ANY_SIZE];} MIB_IPADDRTABLE, *PMIB_IPADDRTABLE;
Members
- dwNumEntries
The number of IP address entries in the table. - table
Pointer to a table of IP address entries implemented as an array of MIB_IPADDRROW structures.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Iprtrmib.h.
See Also
IP Helper Structures | GetIpAddrTable
Send Feedback on this topic to the authors