Lines Matching full:hwnd
331 HWND window; // hWnd - window handle1922 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) {1943 return (DefWindowProc(hWnd, uMsg, wParam, lParam));2532 createInfo.hwnd = demo->window;