Home | History | Annotate | Download | only in test

Lines Matching full:hwnd

27 WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
31 DestroyWindow(hwnd);
37 return DefWindowProc(hwnd, msg, wParam, lParam);
45 HWND hwnd;
65 hwnd =
69 if (hwnd == NULL) {
75 ShowWindow(hwnd, SW_SHOW);
77 return hwnd;
83 DestroyWindow((HWND) window);