![]() |
Home |
|
Function xn_clear_host_cacheThis function reinitializes the host DNS cache. int xn_clear_host_cache(void); The function returns 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. Call this function if the entries in the name server cache have changed and the DNS cached information is no longer valid.
|