DeleteIpForwardEntry (Windows CE 5.0)
This function deletes an existing route in the local computer's IP routing table.
DWORD DeleteIpForwardEntry(PMIB_IPFORWARDROWpRoute);
Parameters
- pRoute
[in] Pointer to a MIB_IPFORWARDROW structure containing information that identifies the route to delete. The caller must specify values for the dwForwardIfIndex, dwForwardDest, dwForwardMask, dwForwardNextHop, and dwForwardPolicy members of the structure.
Return Values
Returns NO_ERROR if successful. If the function fails, it returns an error code. For a complete list of error codes, see Error Values or the SDK header file Winerror.h.
Remarks
The dwForwardPolicy member of the MIB_IPFORWARDROW structure is currently unused. The caller should specify zero for this member.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Iphlpapi.h.
Link Library: Iphlpapi.lib.
See Also
IP Helper Functions | CreateIpForwardEntry | MIB_IPFORWARDROW | SetIpForwardEntry
Send Feedback on this topic to the authors