mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:23:01 +00:00
[dnsapi][dnsrslvr] Implement DnsFlushResolverCacheEntry_A/_UTF8/_W
This commit is contained in:
parent
b232efe12a
commit
894cc4ac0c
7 changed files with 177 additions and 27 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue