Ver Fonte

添加注释。

Jeff há 5 anos atrás
pai
commit
fa33348f6a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      GameAssist/GameAssist/Assist.cpp

+ 1 - 1
GameAssist/GameAssist/Assist.cpp

@@ -45,7 +45,7 @@ namespace GAssist
 				if (dwPID == dwProcessId) {
 					// 进程ID相等,则记录窗口句柄
 					hwndRet = hwndWindow;
-					break;
+					break;	//存在Bug:有些进程有多个分离的窗口;
 				}
 			}
 			// 取得下一个窗口句柄