DeleteIpNetEntry (Windows Embedded CE 6.0)
1/6/2010
This function deletes an ARP entry from the ARP table on the local computer.
Syntax
DWORD DeleteIpNetEntry(
PMIB_IPNETROW pArpEntry
);
Parameters
- pArpEntry
[in] Pointer to a MIB_IPNETROW structure containing the entry to delete. The caller must specify values for at least the dwIndex and dwAddr members of this structure.
Requirements
Header | iphlpapi.h |
Library | Iphlpapi.lib |
Windows Embedded CE | Windows CE 3.0 and later |
See Also
Reference
IP Helper Functions
CreateIpNetEntry
MIB_IPNETROW
SetIpNetEntry