IDataObject::GetDataHere This method is unused for shell data handlers.
| 215 | // This method is unused for shell data handlers. |
| 216 | // |
| 217 | [[gsl::suppress(c.128), gsl::suppress(f.6)]] |
| 218 | STDMETHODIMP CPathCopyCopyDataHandler::GetDataHere( |
| 219 | FORMATETC* /*pformatetc*/, |
| 220 | STGMEDIUM* /*pmedium*/) |
| 221 | { |
| 222 | return E_NOTIMPL; |
| 223 | } |
| 224 | |
| 225 | // |
| 226 | // IDataObject::QueryGetData |
nothing calls this directly
no outgoing calls
no test coverage detected