Home
last modified time | relevance | path

Searched refs:m_RunningDndOperationCount (Results 1 – 2 of 2) sorted by relevance

/trunk/main/dtrans/source/win32/dnd/
H A Dsource.cxx78 m_RunningDndOperationCount(0) in DragSource()
203 long cnt = InterlockedIncrement(&m_RunningDndOperationCount); in startDrag()
213 cnt = InterlockedDecrement(&m_RunningDndOperationCount); in startDrag()
416 InterlockedDecrement(&pSource->m_RunningDndOperationCount); in DndOleSTAFunc()
H A Dsource.hxx85 long m_RunningDndOperationCount; member in DragSource

Completed in 19 milliseconds