[dnsapi][dnsrslvr] Implement DnsFlushResolverCacheEntry_A/_UTF8/_W

This commit is contained in:
Eric Kohl 2021-05-24 14:43:30 +02:00
parent b232efe12a
commit 894cc4ac0c
7 changed files with 177 additions and 27 deletions

View file

@ -50,7 +50,12 @@ interface DnsResolver
[in, unique, string] DNSRSLVR_HANDLE pwszServerName);
/* Function: 0x05 */
/* R_ResolverFlushCacheEntry */
DWORD
__stdcall
R_ResolverFlushCacheEntry(
[in, unique, string] DNSRSLVR_HANDLE pwszServerName,
[in, string] LPCWSTR pszName,
[in] WORD wType);
/* Function: 0x06 */
/* R_ResolverRegisterCluster */