DnsFlushResolverCache (dnsapi)
Last changed: -90.146.115.37

.
Summary
Flush entire DNS cache, same as ipconfig.exe /flushdns

C# Signature:

[DllImport("dnsapi.dll", SetLastError=true)]
static extern TODO DnsFlushResolverCache(TODO);

VB Signature:

  <DllImport("dnsapi.dll", EntryPoint:="DnsFlushResolverCache")> _
  Public Shared Function DnsFlushResolverCache() As UInt32
  End Function

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation