MCPcopy Create free account
hub / github.com/clechasseur/pathcopycopy / GetCurFile

Method GetCurFile

PathCopyCopy/src/PathCopyCopyDataHandler.cpp:107–112  ·  view source on GitHub ↗

IPersistFile::GetCurFile This method is unused for shell data handlers.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected