Searched refs:m_lRefCount (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDEnumFormat_win.cpp30 : m_lRefCount(1),
74 LogFlowFunc(("m_lRefCount=%RI32\n", m_lRefCount));
83 return InterlockedIncrement(&m_lRefCount);
88 LONG lCount = InterlockedDecrement(&m_lRefCount);
H A DUIDnDEnumFormat_win.h48 LONG m_lRefCount; member in class:UIDnDEnumFormatEtc
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDEnumFormat.cpp33 : m_lRefCount(1),
76 LogFlowFunc(("m_lRefCount=%RI32\n", m_lRefCount));
85 return InterlockedIncrement(&m_lRefCount);
90 LONG lCount = InterlockedDecrement(&m_lRefCount);
H A DVBoxDnD.h204 LONG m_lRefCount; member in class:VBoxDnDEnumFormatEtc

Completed in 1283 milliseconds