#pragma once #include #include struct es3sec_config { bool enable; wchar_t serial[13]; }; HRESULT es3sec_hook_init(const struct es3sec_config *cfg, USHORT vid, USHORT pid, wchar_t *manufacturer, wchar_t *product);