Home
last modified time | relevance | path

Searched refs:defWndProc (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/dtrans/source/os2/dnd/
H A DDropTarget.cxx81 defWndProc = WinSubclassWindow( m_hWnd, dndFrameProc); in initialize()
93 WinSubclassWindow( m_hWnd, defWndProc); in disposing()
94 defWndProc = NULL; in disposing()
H A DDropTarget.hxx127 PFNWP defWndProc; member in DropTarget
H A Dglobals.cxx199 return dt->defWndProc(hwnd, msg, mp1, mp2); in dndFrameProc()