DnsFlushResolverCache (dnsapi)
Last changed: -90.146.115.37

.
Summary
Flush a single hostname from the DNS resolver cache

C# Signature:

    [DllImport("dnsapi.dll", EntryPoint = "DnsFlushResolverCacheEntry_W", CharSet = CharSet.Unicode)]
    public static extern int DnsFlushResolverCacheEntry(string hostName);

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