Home
last modified time | relevance | path

Searched refs:m_threadIdWindow (Results 1 – 4 of 4) sorted by relevance

/trunk/main/dtrans/source/win32/dnd/
H A Dtarget.cxx63 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 Dsource.cxx140 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 Dsource.hxx90 DWORD m_threadIdWindow; member in DragSource
H A Dtarget.hxx80 DWORD m_threadIdWindow; member in DropTarget

Completed in 30 milliseconds