Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Flush DNS cache.

Files

dns-c.h/dns-c.c

Prototype

Code Block
languagecpp
void  DNSc_CacheClrAll (DNSc_ERR  *p_err);


Arguments

p_err
Pointer to variable that will receive the return error code from this function.


Returned Values

None.

Required Configuration

None.

Notes / Warnings

None.

Example Usage

Code Block

DNSc_ERR  err;
           
DNSc_CacheClrAll(&err);