Home | History | Annotate | Download | only in demos

Lines Matching full:hwnd

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