table of contents
other versions
- wheezy 1.4.1-4
DeleteProxyArpEntry(3w) | Wine API | DeleteProxyArpEntry(3w) |
NAME¶
DeleteProxyArpEntry (IPHLPAPI.@)SYNOPSIS¶
DWORD DeleteProxyArpEntry(
DWORD dwAddress,
DWORD dwMask,
DWORD dwIfIndex
)
DESCRIPTION¶
Delete a Proxy ARP entry.PARAMS¶
dwAddress [In] IP address for which this computer acts as a proxy. dwMask [In] subnet mask for dwAddress. dwIfIndex [In] interface index.RETURNS¶
Success: NO_ERROR Failure: error code from Winerror.h.FIXME¶
Stub, returns ERROR_NOT_SUPPORTED.IMPLEMENTATION¶
Declared in "iphlpapi.h". Implemented in "dlls/iphlpapi/iphlpapi_main.c". Debug channel "iphlpapi".Oct 2012 | Wine API |