Share via


MIB_IPADDRROW

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure specifies information for a particular IP address.

Syntax

typedef struct _MIB_IPADDRROW {
  DWORD dwAddr; 
  DWORD dwIndex; 
  DWORD dwMask; 
  DWORD dwBCastAddr; 
  DWORD dwReasmSize; 
  unsigned short unused1; 
  unsigned short unused2; 
} MIB_IPADDRROW, *PMIB_IPADDRROW;

Members

  • dwAddr
    The IP address.
  • dwIndex
    The index of the interface associated with this IP address.
  • dwMask
    The subnet mask for the IP address.
  • dwBCastAddr
    The broadcast address. A broadcast address is typically the IP address with the host portion set to either all zeros or all ones.
  • dwReasmSize
    The maximum reassembly size for received datagrams.
  • unused1
    This member is reserved.
  • unused2
    This member is reserved.

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
MIB_IPADDRTABLE