| 308 | } |
| 309 | |
| 310 | STDMETHODIMP CDataObject::SetData(LPFORMATETC /*pformatetc*/, STGMEDIUM * /*pmedium*/, BOOL /*fRelease*/) { |
| 311 | return ResultFromScode(E_NOTIMPL); |
| 312 | } |
| 313 | |
| 314 | STDMETHODIMP CDataObject::EnumFormatEtc(DWORD dwDirection, LPENUMFORMATETC * ppenumFormatEtc) { |
| 315 | SCODE sc = S_OK; |
nothing calls this directly
no outgoing calls
no test coverage detected