Lines Matching refs:ULONG
198 ULONG STDMETHODCALLTYPE COooFilter::AddRef() in AddRef()
213 ULONG STDMETHODCALLTYPE COooFilter::Release() in Release()
215 ULONG ulTmp = InterlockedDecrement( &m_lRefs ); in Release()
251 ULONG grfFlags, in Init()
252 ULONG cAttributes, in Init()
254 ULONG * pFlags) in Init()
278 ULONG ulNumAttr; in Init()
464 SCODE STDMETHODCALLTYPE COooFilter::GetText(ULONG * pcwcBuffer, WCHAR * awcBuffer) in GetText()
478 ULONG ulToCopy = min( *pcwcBuffer, m_ulUnicodeBufferLen - m_ulUnicodeCharsRead ); in GetText()
509 ::std::wstring GetMetaInfoNameFromPropertyId( ULONG ulPropID ) in GetMetaInfoNameFromPropertyId()
905 ULONG STDMETHODCALLTYPE COooFilterCF::AddRef() in AddRef()
920 ULONG STDMETHODCALLTYPE COooFilterCF::Release() in Release()
922 ULONG ulTmp = InterlockedDecrement( &m_lRefs ); in Release()