IPersistFile::IsDirty This method is unused for shell data handlers.
| 47 | // This method is unused for shell data handlers. |
| 48 | // |
| 49 | [[gsl::suppress(c.128), gsl::suppress(f.6)]] |
| 50 | STDMETHODIMP CPathCopyCopyDataHandler::IsDirty() |
| 51 | { |
| 52 | return E_NOTIMPL; |
| 53 | } |
| 54 | |
| 55 | // |
| 56 | // IPersistFile::Load |
nothing calls this directly
no outgoing calls
no test coverage detected