IPersistFile::SaveCompleted This method is unused for shell data handlers.
| 94 | // This method is unused for shell data handlers. |
| 95 | // |
| 96 | [[gsl::suppress(c.128), gsl::suppress(f.6)]] |
| 97 | STDMETHODIMP CPathCopyCopyDataHandler::SaveCompleted( |
| 98 | LPCOLESTR /*pszFileName*/) |
| 99 | { |
| 100 | return E_NOTIMPL; |
| 101 | } |
| 102 | |
| 103 | // |
| 104 | // IPersistFile::GetCurFile |
nothing calls this directly
no outgoing calls
no test coverage detected