Platform SDK: Quality of Service

Lpm_IpAddressTable

The Lpm_IpAddressTable function is used by the PCM to pass a list of IP addresses assigned to the Windows 2000 Server upon which the LPM is initialized. The PCM calls this routine after the LPM has successfully initialized, but before making any requests. The PCM also uses the Lpm_IpAddressTable function to update LPMs regarding IP address changes. LPMs are expected to detect IP address changes and update their states appropriately.

void
Lpm_IpAddressTable (
  ULONG cIpAddrTable,
  LPMIPTABLE *pIpAddrTable 
);

Parameters

cIpAddrTable
[in] Number of addresses in the IP table.
pIpAddrTable
[in] Pointer to an LPMIPTABLE structure that contains the IP addresses assigned to the Windows 2000 Server on which the LPM resides.

Requirements

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