MIB_IPADDRROW (Windows Embedded CE 6.0)
1/6/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 |