DnsFlushResolverCache (dnsapi)
Last changed: -167.136.242.166

.
Summary
Flush a single hostname from the DNS resolver cache

C# Signature:

  DnsFlushResolverCacheEntry(TODO);

VB Signature:

  <DllImport("dnsapi.dll", EntryPoint:="DnsFlushResolverCacheEntry_W", CharSet:=CharSet.Unicode)> _
  Public Shared Function DnsFlushResolverCacheEntry(hostName As String) As UInt32
  End Function

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation