Lines Matching refs:pIDOTmp

179 		IDataObjectPtr pIDOTmp;  in GetData()  local
180 hr = MarshalIDataObjectIntoCurrentApartment(&pIDOTmp); in GetData()
183 hr = pIDOTmp->GetData(pFormatetc, pmedium); in GetData()
198 IDataObjectPtr pIDOTmp; in EnumFormatEtc() local
199 hr = MarshalIDataObjectIntoCurrentApartment(&pIDOTmp); in EnumFormatEtc()
202 hr = pIDOTmp->EnumFormatEtc(dwDirection, ppenumFormatetc); in EnumFormatEtc()
217 IDataObjectPtr pIDOTmp; in QueryGetData() local
218 hr = MarshalIDataObjectIntoCurrentApartment( &pIDOTmp ); in QueryGetData()
221 hr = pIDOTmp->QueryGetData(pFormatetc); in QueryGetData()
236 IDataObjectPtr pIDOTmp; in GetDataHere() local
237 hr = MarshalIDataObjectIntoCurrentApartment(&pIDOTmp); in GetDataHere()
240 hr = pIDOTmp->GetDataHere(pFormatetc, pmedium); in GetDataHere()
255 IDataObjectPtr pIDOTmp; in GetCanonicalFormatEtc() local
256 hr = MarshalIDataObjectIntoCurrentApartment(&pIDOTmp); in GetCanonicalFormatEtc()
259 hr = pIDOTmp->GetCanonicalFormatEtc(pFormatectIn, pFormatetcOut); in GetCanonicalFormatEtc()
274 IDataObjectPtr pIDOTmp; in SetData() local
275 hr = MarshalIDataObjectIntoCurrentApartment(&pIDOTmp); in SetData()
278 hr = pIDOTmp->SetData(pFormatetc, pmedium, fRelease); in SetData()
293 IDataObjectPtr pIDOTmp; in DAdvise() local
294 hr = MarshalIDataObjectIntoCurrentApartment(&pIDOTmp); in DAdvise()
297 hr = pIDOTmp->DAdvise(pFormatetc, advf, pAdvSink, pdwConnection); in DAdvise()
312 IDataObjectPtr pIDOTmp; in DUnadvise() local
313 hr = MarshalIDataObjectIntoCurrentApartment(&pIDOTmp); in DUnadvise()
316 hr = pIDOTmp->DUnadvise(dwConnection); in DUnadvise()
331 IDataObjectPtr pIDOTmp; in EnumDAdvise() local
332 hr = MarshalIDataObjectIntoCurrentApartment(&pIDOTmp); in EnumDAdvise()
335 hr = pIDOTmp->EnumDAdvise(ppenumAdvise); in EnumDAdvise()