Lines Matching full:hwnd
2582 HWND hwnd = GetTopWindow(GetDesktopWindow());2583 while(hwnd) {2585 GetWindowThreadProcessId(hwnd, &wndProcID);2587 SwapBuffers(GetDC(hwnd));2589 hwnd = GetNextWindow(hwnd, GW_HWNDNEXT);