Lines Matching refs:m_nRefCount
78 long m_nRefCount; member in CQGAVSSEnumObject
83 m_nRefCount = 0; in CQGAVSSEnumObject()
105 return InterlockedIncrement(&m_nRefCount); in STDMETHODIMP_()
110 long nRefCount = InterlockedDecrement(&m_nRefCount); in STDMETHODIMP_()
111 if (m_nRefCount == 0) { in STDMETHODIMP_()
196 long m_nRefCount; member in CQGAVssProvider
201 m_nRefCount = 0; in CQGAVssProvider()
241 return InterlockedIncrement(&m_nRefCount); in STDMETHODIMP_()
246 long nRefCount = InterlockedDecrement(&m_nRefCount); in STDMETHODIMP_()
247 if (m_nRefCount == 0) { in STDMETHODIMP_()
447 long m_nRefCount; member in CQGAVssProviderFactory
452 m_nRefCount = 0; in CQGAVssProviderFactory()
474 return InterlockedIncrement(&m_nRefCount); in STDMETHODIMP_()
479 long nRefCount = InterlockedDecrement(&m_nRefCount); in STDMETHODIMP_()
480 if (m_nRefCount == 0) { in STDMETHODIMP_()