Home | History | Annotate | Download | only in base

Lines Matching refs:hwnd

49 bool Win32Window::Create(HWND parent, const wchar_t* title, DWORD style,
103 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg,
106 ::GetWindowLongPtr(hwnd, GWL_USERDATA));
110 that->wnd_ = hwnd;
111 ::SetWindowLongPtr(hwnd, GWL_USERDATA, reinterpret_cast<LONG_PTR>(that));
117 for (HWND child = ::GetWindow(hwnd, GW_CHILD); child;
123 ::SetWindowLongPtr(hwnd, GWL_USERDATA, NULL);
131 return ::DefWindowProc(hwnd, uMsg, wParam, lParam);