MIB_IPNETROW (Windows CE 5.0)

Send Feedback

This structure contains information for an Address Resolution Protocol (ARP) table entry.

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

OS Versions: Windows CE 3.0 and later.
Header: Iprtrmib.h.

See Also

IP Helper Structures | CreateIpNetEntry | DeleteIpNetEntry | MIB_IPNETTABLE | SetIpNetEntry

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.