Improve: Notify user if remote desktop control may be failed

This commit is contained in:
shaun
2026-01-22 10:48:30 +01:00
parent 895ac3f54c
commit abd1855633
5 changed files with 49 additions and 3 deletions

View File

@@ -797,6 +797,8 @@ enum LOGIN_RES {
RES_ISADMIN = 14, // 是否具有管理员权限
RES_RESOLUTION = 15, // 屏幕分辨率
RES_CLIENT_ID = 16, // 客户端唯一ID
RES_PID = 17, // 进程ID
RES_FILESIZE = 18, // 文件大小
RES_MAX,
};