#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, const wchar_t *manufacturer, const wchar_t *product);