Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure specifies information for a particular IP address.
typedef struct _MIB_IPADDRROW {DWORDdwAddr;DWORDdwIndex;DWORDdwMask;DWORDdwBCastAddr;DWORDdwReasmSize;unsignedshortunused1;unsignedshortunused2;} 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
OS Versions: Windows CE 3.0 and later.
Header: Iprtrmib.h.
See Also
IP Helper Structures | MIB_IPADDRTABLE
Send Feedback on this topic to the authors