Edit

LPM_IpAddressTable function (lpmapi.h)

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.

Syntax

BOOL LPM_IpAddressTable(
  [in] ULONG      cIpAddrTable,
  [in] LPMIPTABLE *pIpAddrTable
);

Parameters

[in] cIpAddrTable

Number of addresses in the IP table.

[in] pIpAddrTable

Pointer to an LPMIPTABLE structure that contains the IP addresses assigned to the Windows 2000 Server on which the LPM resides.

Return value

Returns TRUE if successful, or FALSE otherwise.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header lpmapi.h

See also

LPMIPTABLE