IPersistFile::Save This method is unused for shell data handlers.
| 82 | // This method is unused for shell data handlers. |
| 83 | // |
| 84 | [[gsl::suppress(c.128), gsl::suppress(f.6)]] |
| 85 | STDMETHODIMP CPathCopyCopyDataHandler::Save( |
| 86 | LPCOLESTR /*pszFileName*/, |
| 87 | BOOL /*fRemember*/) |
| 88 | { |
| 89 | return E_NOTIMPL; |
| 90 | } |
| 91 | |
| 92 | // |
| 93 | // IPersistFile::SaveCompleted |
nothing calls this directly
no outgoing calls
no test coverage detected