Searched refs:pFormatetcIn (Results 1 – 4 of 4) sorted by relevance
244 STDMETHODIMP EmbedDocument_Impl::GetCanonicalFormatEtc( FORMATETC * pFormatetcIn, FORMATETC * pForm… in GetCanonicalFormatEtc() argument246 if ( !pFormatetcIn || !pFormatetcOut ) in GetCanonicalFormatEtc()250 pFormatetcOut->cfFormat = pFormatetcIn->cfFormat; in GetCanonicalFormatEtc()253 if ( pFormatetcIn->cfFormat == CF_ENHMETAFILE ) in GetCanonicalFormatEtc()258 else if ( pFormatetcIn->cfFormat == CF_METAFILEPICT ) in GetCanonicalFormatEtc()267 if ( pFormatetcIn->cfFormat == cf_embSource || pFormatetcIn->cfFormat == cf_embObj ) in GetCanonicalFormatEtc()
98 STDMETHOD(GetCanonicalFormatEtc) ( FORMATETC * pFormatetcIn, FORMATETC * pFormatetcOut );
177 STDMETHOD(GetCanonicalFormatEtc) ( FORMATETC * pFormatetcIn, FORMATETC * pFormatetcOut );
1286 STDMETHODIMP InprocEmbedDocument_Impl::GetCanonicalFormatEtc( FORMATETC * pFormatetcIn, FORMATETC *… in GetCanonicalFormatEtc() argument1296 return pIDataObject->GetCanonicalFormatEtc( pFormatetcIn, pFormatetcOut ); in GetCanonicalFormatEtc()
Completed in 85 milliseconds