Searched refs:GWLP_USERDATA (Results 1 – 10 of 10) sorted by relevance
155 SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR) context); in WndProc()166 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()223 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()248 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()304 context = (Context *) GetWindowLongPtr(hwnd, GWLP_USERDATA); in WndProc()341 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()
41 ShellWin32 *shell = reinterpret_cast<ShellWin32 *>(GetWindowLongPtr(hwnd, GWLP_USERDATA)); in window_proc()
105 SetWindowLongPtr(hwnd_, GWLP_USERDATA, (LONG_PTR) this); in create_window()
116 SetWindowLongPtr(fHWnd, GWLP_USERDATA, (LONG_PTR)this); in init()209 Window_win* window = (Window_win*) GetWindowLongPtr(hWnd, GWLP_USERDATA); in WndProc()
615 PVRShellInit *pData = (PVRShellInit*) GetWindowLongPtr(hWnd, GWLP_USERDATA); in WndProc()622 SetWindowLongPtr(hWnd, GWLP_USERDATA, (LONG_PTR)pCreate->lpCreateParams); in WndProc()
394 ::GetWindowLongPtr(hwnd, GWLP_USERDATA)); in WndProc()399 ::SetWindowLongPtr(hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(me)); in WndProc()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...