0) { // 找它的下一个窗口,类名为WorkerW, 隐藏它 HWND hWorkerW = FindWindowExW(0, hwnd, L"WorkerW", 0); ShowWindow(hWorkerW, SW_HIDE); return ...
確定! 回上一頁