DeleteIpNetEntry (Windows CE 5.0)
This function deletes an ARP entry from the ARP table on the local computer.
DWORD DeleteIpNetEntry(PMIB_IPNETROWpArpEntry);
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
OS Versions: Windows CE 3.0 and later.
Header: Iphlpapi.h.
Link Library: Iphlpapi.lib.
See Also
IP Helper Functions | CreateIpNetEntry | MIB_IPNETROW | SetIpNetEntry
Send Feedback on this topic to the authors