#pragma once #include #include #include struct led_config { bool enable; }; HRESULT led_hook_init(struct led_config *cfg);