LPMIPTABLE structure (lpmapi.h)
The LPMIPTABLE structure contains IP information, including the SNMP index, IP address, and subnet mask for each interface. The LPMIPTABLE structure is supplied as an argument for the Lpm_IpAddressTable function.
Syntax
typedef struct lpmiptable {
ULONG ulIfIndex;
ULONG MediaType;
IN_ADDR IfIpAddr;
IN_ADDR IfNetMask;
} LPMIPTABLE;
Members
ulIfIndex
SNMP index for the interface.
MediaType
Media type of the interface.
IfIpAddr
IP address for the interface.
IfNetMask
IP subnet mask for the interface.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | lpmapi.h |