![]() |
Home |
|
Function xn_delete_host_table_entryThis function deletes an entry in the list of DNS resolved IP/host name pairs. int xn_delete_host_table_entry(const char * name); ParametersnamePointer to host name to delete. 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.
|