Lines Matching refs:ULONG
197 ULONG STDMETHODCALLTYPE COooFilter::AddRef() in AddRef()
212 ULONG STDMETHODCALLTYPE COooFilter::Release() in Release()
214 ULONG ulTmp = InterlockedDecrement( &m_lRefs ); in Release()
250 ULONG grfFlags, in Init()
251 ULONG cAttributes, in Init()
253 ULONG * pFlags) in Init()
277 ULONG ulNumAttr; in Init()
463 SCODE STDMETHODCALLTYPE COooFilter::GetText(ULONG * pcwcBuffer, WCHAR * awcBuffer) in GetText()
477 ULONG ulToCopy = min( *pcwcBuffer, m_ulUnicodeBufferLen - m_ulUnicodeCharsRead ); in GetText()
508 ::std::wstring GetMetaInfoNameFromPropertyId( ULONG ulPropID ) in GetMetaInfoNameFromPropertyId()
904 ULONG STDMETHODCALLTYPE COooFilterCF::AddRef() in AddRef()
919 ULONG STDMETHODCALLTYPE COooFilterCF::Release() in Release()
921 ULONG ulTmp = InterlockedDecrement( &m_lRefs ); in Release()