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

@@ -197,6 +197,7 @@ public:
static DWORD WINAPI StartFrpClient(LPVOID param);
void ApplyFrpSettings();
bool CheckValid(int trail = 14);
BOOL ShouldRemoteControl();
afx_msg void OnTimer(UINT_PTR nIDEvent);
afx_msg void OnClose();
void Release();