Lines Matching refs:ULONG
108 STDMETHODIMP_(ULONG) CXTDataObject::AddRef( ) in STDMETHODIMP_() argument
110 return static_cast< ULONG >( InterlockedIncrement( &m_nRefCnt ) ); in STDMETHODIMP_()
117 STDMETHODIMP_(ULONG) CXTDataObject::Release( ) in STDMETHODIMP_() argument
122 ULONG nRefCnt = static_cast< ULONG >( InterlockedDecrement( &m_nRefCnt ) ); in STDMETHODIMP_()
309 STDMETHODIMP_(ULONG) CEnumFormatEtc::AddRef( ) in STDMETHODIMP_() argument
320 STDMETHODIMP_(ULONG) CEnumFormatEtc::Release( ) in STDMETHODIMP_() argument
328 ULONG nRefCnt = InterlockedDecrement( &m_nRefCnt ); in STDMETHODIMP_()
339 STDMETHODIMP CEnumFormatEtc::Next( ULONG celt, LPFORMATETC rgelt, ULONG* pceltFetched ) in Next()
344 ULONG ulFetched = 0; in Next()
345 ULONG ulToFetch = celt; in Next()
377 STDMETHODIMP CEnumFormatEtc::Skip( ULONG celt ) in Skip()