Platform SDK: Internet Protocol Helper

DeleteProxyArpEntry

The DeleteProxyArpEntry function deletes the PARP entry on the local computer specified by the dwAddress and dwIfIndex parameters.

DWORD DeleteProxyArpEntry(
  DWORD dwAddress,    // IP address for which to act as proxy
  DWORD dwMask,       // subnet mask for IP address
  DWORD dwIfIndex     // interface on which to proxy 
);

Parameters

dwAddress
Specifies the IP address for which this computer is acting as a proxy.
dwMask
Specifies the subnet mask for the IP address specified by the dwAddress parameter.
dwIfIndex
Specifies the index of the interface on which this computer is supporting proxy ARP for the IP address specified by dwAddress.

Return Values

If the function succeeds, the return value is NO_ERROR.

If the function fails, use FormatMessage to obtain the message string for the returned error.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Iphlpapi.h.
  Library: Use Iphlpapi.lib.

See Also

CreateProxyArpEntry, MIB_PROXYARP