Searched refs:m_threadIdWindow (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/dtrans/source/win32/dnd/ |
H A D | target.cxx | 63 m_threadIdWindow(0), in DropTarget() 142 m_threadIdWindow= GetWindowThreadProcessId( m_hWnd, NULL); in initialize() 147 if( hr == RPC_E_CHANGED_MODE || GetCurrentThreadId() != m_threadIdWindow ) in initialize() 156 m_threadIdWindow= GetWindowThreadProcessId( m_hWnd, NULL); in initialize() 228 AttachThreadInput( threadId , pTarget->m_threadIdWindow, TRUE ); in DndTargetOleSTAFunc() 246 AttachThreadInput( threadId, pTarget->m_threadIdWindow, FALSE); in DndTargetOleSTAFunc()
|
H A D | source.cxx | 140 m_threadIdWindow= GetWindowThreadProcessId( m_hAppWindow, &processId); in StartDragImpl() 381 AttachThreadInput( threadId , pSource->m_threadIdWindow, TRUE ); in DndOleSTAFunc() 393 AttachThreadInput( threadId, pSource->m_threadIdWindow, FALSE); in DndOleSTAFunc()
|
H A D | source.hxx | 90 DWORD m_threadIdWindow; member in DragSource
|
H A D | target.hxx | 79 DWORD m_threadIdWindow; member in DropTarget
|
Completed in 25 milliseconds