#pragma once #include #include struct deck_config { bool enable; }; HRESULT deck_hook_init(const struct deck_config *cfg, unsigned int port_no);