IPersistFile::GetCurFile This method is unused for shell data handlers.
| 105 | // This method is unused for shell data handlers. |
| 106 | // |
| 107 | [[gsl::suppress(c.128), gsl::suppress(f.6)]] |
| 108 | STDMETHODIMP CPathCopyCopyDataHandler::GetCurFile( |
| 109 | LPOLESTR* /*ppszFileName*/) |
| 110 | { |
| 111 | return E_NOTIMPL; |
| 112 | } |
| 113 | |
| 114 | // |
| 115 | // IPersist::GetClassID |
nothing calls this directly
no outgoing calls
no test coverage detected