IDataObject::SetData This method is unused for shell data handlers.
| 270 | // This method is unused for shell data handlers. |
| 271 | // |
| 272 | [[gsl::suppress(c.128), gsl::suppress(f.6)]] |
| 273 | STDMETHODIMP CPathCopyCopyDataHandler::SetData( |
| 274 | FORMATETC* /*pformatetc*/, |
| 275 | STGMEDIUM* /*pmedium*/, |
| 276 | BOOL /*fRelease*/) |
| 277 | { |
| 278 | return E_NOTIMPL; |
| 279 | } |
| 280 | |
| 281 | // |
| 282 | // IDataObject::EnumFormatEtc |
nothing calls this directly
no outgoing calls
no test coverage detected