Share via


MIB_IPNETROW (Compact 2013)

3/26/2014

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

Remarks

The header file organization has changed and the MIB_IPNETROW structure is defined in the Ipmib.h header file instead of in the Iprtrmib.h header file. Be aware that the Ipmib.h header file is automatically included in Iprtrmib.h, which is automatically included in the Iphlpapi.h header file. The Ipmib.h and Iprtrmib.h header files should never be used directly.

Requirements

Header

iprtrmib.h,
ws2def.h,
ws2ipdef.h

See Also

Reference

MIB Structures
IP Helper Structures
CreateIpNetEntry
DeleteIpNetEntry
MIB_IPNETTABLE
SetIpNetEntry