Searched refs:saveWindowProc (Results 1 – 2 of 2) sorted by relevance
1645 LONG_PTR saveWindowProc; in WindowProc() local1667 saveWindowProc = ::GetWindowLongPtr(hWnd, GWLP_WNDPROC); in WindowProc()1669 …if (pThis->m_pfnSuperWindowProc != ::DefWindowProc && saveWindowProc == ::GetWindowLongPtr(hWnd, G… in WindowProc()1865 LONG_PTR saveWindowProc; in WindowProc() local1883 saveWindowProc = ::GetWindowLongPtr(hWnd, GWLP_WNDPROC); in WindowProc()1885 …if (pThis->m_pfnSuperWindowProc != ::DefWindowProc && saveWindowProc == ::GetWindowLongPtr(hWnd, G… in WindowProc()
1483 WNDPROC saveWindowProc; in WindowProc() local1512 saveWindowProc = reinterpret_cast<WNDPROC>(::GetWindowLongPtr(hWnd, GWLP_WNDPROC)); in WindowProc()1514 if (saveWindowProc == reinterpret_cast<WNDPROC>(::GetWindowLongPtr(hWnd, GWLP_WNDPROC))) in WindowProc()