Home | History | Annotate | Download | only in windx5

Lines Matching refs:hwnd

71 static HWND GetTopLevelParent(HWND hWnd)
73 HWND hParentWnd;
76 hParentWnd = GetParent(hWnd);
79 hWnd = hParentWnd;
81 return hWnd;
163 HWND topwnd;
554 LRESULT DX5_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
561 active = (wParam && (GetForegroundWindow() == hwnd));
626 wmmsg.hwnd = hwnd;
637 return CallWindowProc(userWindowProc, hwnd, msg, wParam, lParam);
642 return(DefWindowProc(hwnd, msg, wParam, lParam));
737 HWND topwnd;
950 SDL_Window = (HWND)((size_t)SDL_strtoull(windowid, NULL, 0));