MIB_IPADDRROW

The MIB_IPADDRROW specifies information for a particular IP address.

typedef struct _MIB_IPADDRROW {
  DWORD   dwAddr;              // IP address
  DWORD   dwIndex;             // interface index
  DWORD   dwMask;              // subnet mask
  DWORD   dwBCastAddr;         // broadcast address 
  DWORD   dwReasmSize;         // rassembly size 
  unsigned short   unused1;    // not currently used 
  unsigned short   unused2;    // not currently used 
} MIB_IPADDRROW, *PMIB_IPADDRROW;

Members

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

Requirements

  Windows NT/2000: Requires Windows NT 4.0 SP4 or later.
  Windows 95/98: Requires Windows 98.
  Header: Declared in Iprtrmib.h.

See Also

MIB_IPADDRTABLE