IDataObject::DUnadvise This method is unused for shell data handlers.
| 320 | // This method is unused for shell data handlers. |
| 321 | // |
| 322 | [[gsl::suppress(c.128), gsl::suppress(f.6)]] |
| 323 | STDMETHODIMP CPathCopyCopyDataHandler::DUnadvise( |
| 324 | DWORD /*dwConnection*/) |
| 325 | { |
| 326 | return E_NOTIMPL; |
| 327 | } |
| 328 | |
| 329 | // |
| 330 | // IDataObject::EnumDAdvise |
nothing calls this directly
no outgoing calls
no test coverage detected