DnsFlushResolverCacheEntry (dnsapi)
Last changed: anonymous

.
Summary
Flush a single hostname from the DNS resolver cache

C# Signature:

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

VB Signature:

  <DllImport("dnsapi.dll", EntryPoint:="DnsFlushResolverCacheEntry_W", CharSet:=CharSet.Unicode)> _
  Public Shared Function DnsFlushResolverCacheEntry(hostName As String) 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