1
0
mirror of synced 2024-11-24 05:50:12 +01:00
bananatools/hooklib/dns.h

10 lines
186 B
C
Raw Normal View History

2023-01-03 05:35:53 +01:00
#pragma once
#include <windows.h>
#include <stddef.h>
// if to_src is NULL, all lookups for from_src will fail
HRESULT dns_hook_push(const wchar_t *from_src, const wchar_t *to_src);