#pragma once #include #include #include struct dns_config { bool enable; wchar_t router[128]; wchar_t cert[128]; wchar_t data[128]; wchar_t proxy[128]; wchar_t nesys[128]; wchar_t fjm[128]; }; HRESULT dns_platform_hook_init(const struct dns_config *cfg);