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

Method Save

PathCopyCopy/src/PathCopyCopyDataHandler.cpp:84–90  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected