The MIB_IPNETROW structure contains information for an Address Resolution Protocol (ARP) table entry.
typedef struct _MIB_IPNETROW {
DWORD dwIndex; // adapter index
DWORD dwPhysAddrLen; // physical address length
BYTE bPhysAddr[MAXLEN_PHYSADDR]; // physical address
DWORD dwAddr; // IP address
DWORD dwType; // ARP entry type
} MIB_IPNETROW, *PMIB_IPNETROW;
| Value | Meaning |
|---|---|
| 4 | Static |
| 3 | Dynamic |
| 2 | Invalid |
| 1 | Other |
Windows NT/2000: Requires Windows NT 4.0 SP4 or later.
Windows 95/98: Requires Windows 98.
Header: Declared in Iprtrmib.h.
CreateIpNetEntry, DeleteIpNetEntry, MIB_IPNETTABLE, SetIpNetEntry