Platform SDK: Quality of Service

LPMIPTABLE

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;

Members

UlIfIndex
SNMP index for the interface.
IfIpAddr
IP address for the interface.
IfNetMask
IP subnet mask for the interface.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Lpmapi.h.