Remove a host from the cache.
dns-c.h/dns-c.c
void DNSc_CacheClrHost (CPU_CHAR *p_host_name, DNSc_ERR *p_err); |
p_host_name | Pointer to a string that contains the host name to remove from the cache. |
p_err | Pointer to variable that will receive the return error code from this function. |
None.
None.
None.
DNSc_ERR err; DNSc_CacheClrHost("micrium.com", &err); |