Adding Routes
Once a client has discovered a route, the client can add that route to the routing table by calling the RtmAddNextHop function.
A client can remove routes from the routing table by calling the RtmDeleteRouteToDest function.
For sample code that shows how to use these functions, see Add and Update Routes Using RtmAddRouteToDest.