#pragma once #include "Base.h" namespace active_check { //检测向日葵进程 auto check_awesun_process() -> bool; //检测Todesk进程 auto check_todesk_process() -> bool; //检测连连控进程 auto check_asklink_process() -> bool; //检测网易UU远程进程 auto check_uu_remote_process() -> bool; //检测远程软件进程 auto check_remote_app_process() -> bool; }