#pragma once #include #include #include struct qr_config { bool enable; unsigned int port; }; HRESULT qr_hook_init(const struct qr_config *cfg, unsigned int port);