Searched refs:m_RunningDndOperationCount (Results 1 – 2 of 2) sorted by relevance
78 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()
85 long m_RunningDndOperationCount; member in DragSource
Completed in 13 milliseconds