Home | History | Annotate | Download | only in wgl

Lines Matching refs:hWnd

47 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
63 return DefWindowProc(hWnd, uMsg, wParam, lParam);
82 HWND hWnd;
177 hWnd = CreateWindowEx(dwExStyle,
189 if (!hWnd) {
198 GetClientRect(hWnd, &rect);
205 hDC = GetDC(hWnd);
249 hDC = GetDC(fb->hWnd);
270 return ReleaseDC(fb->hWnd, hDC);
287 return DestroyWindow(fb->hWnd);