Searched defs:lCount (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDropSource_win.cpp58 LONG lCount = InterlockedDecrement(&mRefCount); local
59 if (lCount == 0)
65 return lCount;
H A DUIDnDEnumFormat_win.cpp88 LONG lCount = InterlockedDecrement(&m_lRefCount); local
89 if (lCount == 0)
95 return lCount;
H A DUIDnDDataObject_win.cpp170 LONG lCount = InterlockedDecrement(&mRefCount); local
171 if (lCount == 0)
177 return lCount;
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropSource.cpp64 LONG lCount = InterlockedDecrement(&mRefCount); local
65 if (lCount == 0)
71 return lCount;
H A DVBoxDnDEnumFormat.cpp90 LONG lCount = InterlockedDecrement(&m_lRefCount); local
91 if (lCount == 0)
97 return lCount;
H A DVBoxDnDDropTarget.cpp76 LONG lCount = InterlockedDecrement(&mRefCount); local
77 if (lCount == 0)
83 return lCount;
H A DVBoxDnDDataObject.cpp162 LONG lCount = InterlockedDecrement(&mRefCount); local
163 if (lCount == 0)
169 return lCount;

Completed in 49 milliseconds