Platform SDK: Quality of Service |
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.
typedef struct lpmiptable { ULONG UlIfIndex; // SNMP index for this interface IN_ADDR IfIpAddr; // Interface IP address IN_ADDR IfNetMask; // Interface subnet mask } LPMIPTABLE;
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Lpmapi.h.