Searched refs:GWLP_USERDATA (Results 1 – 10 of 10) sorted by relevance
149 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()160 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()217 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()242 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()298 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()335 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()
93 ::GetWindowLongPtr(hwnd, GWLP_USERDATA)); in WndProc()98 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(that)); in WndProc()110 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, NULL); in WndProc()
33 Window* window = reinterpret_cast<Window*>(GetWindowLongPtr(hWnd, GWLP_USERDATA)); in windowProcCallback()75 SetWindowLongPtr(m_window, GWLP_USERDATA, (LONG_PTR)this); in Window()93 SetWindowLongPtr(m_window, GWLP_USERDATA, 0); in ~Window()
45 #define GWLP_USERDATA GWL_USERDATA macro181 LONG_PTR SetUserDataLong(LONG newLongPtr) { return SetLong(GWLP_USERDATA, newLongPtr); } in SetUserDataLong()182 LONG_PTR GetUserDataLong() const { return GetLong(GWLP_USERDATA); } in GetUserDataLong()211 LONG_PTR SetUserDataLongPtr(LONG_PTR newLongPtr) { return SetLongPtr(GWLP_USERDATA, newLongPtr); } in SetUserDataLongPtr()212 LONG_PTR GetUserDataLongPtr() const { return GetLongPtr(GWLP_USERDATA); } in GetUserDataLongPtr()
109 ::SetWindowLongPtr(hWnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(pWnd)); in StaticWndProc()120 …WinApp* GetObjectFromWindow(HWND hWnd) { return (WinApp*)::GetWindowLongPtr(hWnd, GWLP_USERDATA); } in GetObjectFromWindow()
47 ShellWin32 *shell = reinterpret_cast<ShellWin32 *>(GetWindowLongPtr(hwnd, GWLP_USERDATA)); in window_proc()
111 SetWindowLongPtr(hwnd_, GWLP_USERDATA, (LONG_PTR) this); in create_window()
394 ::GetWindowLongPtr(hwnd, GWLP_USERDATA)); in WndProc()399 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(me)); in WndProc()
80 #define CV_USERDATA GWLP_USERDATA
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...