![]() |
| Home |
|
|
Function xn_rt_delDelete an entry from the routing table. int xn_rt_del(BYTE * dest, const BYTE * mask); ParametersdestDestination IP address. maskDestination network mask (possibly includes subnet mask). return valueReturns 0 if successful, otherwise SOCKET_ERROR. If an error occurred, call xn_getlasterror and xn_geterror_string to return the error value. Section Error Codes further describes each error. Possible values for this function are:
Deletes the given IP address in the routing table.
|