MIB_IPNETROW
A version of this page is also available for
4/8/2010
This structure contains information for an Address Resolution Protocol (ARP) table entry.
Syntax
typedef struct _MIB_IPNETROW {
DWORD dwIndex;
DWORD dwPhysAddrLen;
BYTE bPhysAddr[MAXLEN_PHYSADDR];
DWORD dwAddr;
DWORD dwType;
} MIB_IPNETROW, *PMIB_IPNETROW;
Members
- dwIndex
The index of the adapter.
- dwPhysAddrLen
The length of the physical address.
- bPhysAddr
The physical address.
- dwAddr
The IP address.
dwType
The type of ARP entry. The following table shows the possible values. This member can be one of these values.Value Description 4
Static
3
Dynamic
2
Invalid
1
Other
Requirements
Header | iprtrmib.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
IP Helper Structures
CreateIpNetEntry
DeleteIpNetEntry
MIB_IPNETTABLE
SetIpNetEntry