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

Method SaveCompleted

PathCopyCopy/src/PathCopyCopyDataHandler.cpp:96–101  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected