Improve: Add client update logic for client type EXE

This commit is contained in:
yuanyuanxiang
2026-01-20 22:03:34 +01:00
parent 51c0658e18
commit 2fb77d512b
14 changed files with 242 additions and 11 deletions

View File

@@ -62,6 +62,9 @@ int ServiceWrapper_StartSimple(void);
// 返回: ERROR_SUCCESS 或错误码
int ServiceWrapper_Run(void);
// 停止服务 0- 成功,其他值-错误码
int ServiceWrapper_Stop(void);
// 安装服务
BOOL ServiceWrapper_Install(void);