IDataObject::EnumDAdvise This method is unused for shell data handlers.
| 331 | // This method is unused for shell data handlers. |
| 332 | // |
| 333 | [[gsl::suppress(c.128), gsl::suppress(f.6)]] |
| 334 | STDMETHODIMP CPathCopyCopyDataHandler::EnumDAdvise( |
| 335 | IEnumSTATDATA** /*ppenumAdvise*/) |
| 336 | { |
| 337 | return E_NOTIMPL; |
| 338 | } |
nothing calls this directly
no outgoing calls
no test coverage detected