Home | History | Annotate | Download | only in src

Lines Matching refs:hwnd

1347             HWND hwnd = GetTopWindow(GetDesktopWindow());
1348 while(hwnd) {
1350 GetWindowThreadProcessId(hwnd, &wndProcID);
1352 SwapBuffers(GetDC(hwnd));
1354 hwnd = GetNextWindow(hwnd, GW_HWNDNEXT);