Lines Matching refs:CEnumFormatEtc
209 *ppenumFormatetc = new CEnumFormatEtc( this ); in EnumFormatEtc()
299 CEnumFormatEtc::CEnumFormatEtc( LPUNKNOWN pUnkDataObj ) : in CEnumFormatEtc() function in CEnumFormatEtc
312 CEnumFormatEtc::~CEnumFormatEtc( ) in ~CEnumFormatEtc()
320 STDMETHODIMP CEnumFormatEtc::QueryInterface( REFIID iid, LPVOID* ppvObject ) in QueryInterface()
343 STDMETHODIMP_(ULONG) CEnumFormatEtc::AddRef( ) in STDMETHODIMP_()
354 STDMETHODIMP_(ULONG) CEnumFormatEtc::Release( ) in STDMETHODIMP_()
373 STDMETHODIMP CEnumFormatEtc::Next( ULONG celt, LPFORMATETC rgelt, ULONG* pceltFetched ) in Next()
417 STDMETHODIMP CEnumFormatEtc::Skip( ULONG celt ) in Skip()
434 STDMETHODIMP CEnumFormatEtc::Reset( ) in Reset()
444 STDMETHODIMP CEnumFormatEtc::Clone( IEnumFORMATETC** ppenum ) in Clone()
455 CEnumFormatEtc* pCEnumFEtc = new CEnumFormatEtc( m_pUnkDataObj ); in Clone()