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

Method SetData

PathCopyCopy/src/PathCopyCopyDataHandler.cpp:272–279  ·  view source on GitHub ↗

IDataObject::SetData This method is unused for shell data handlers.

Source from the content-addressed store, hash-verified

270// This method is unused for shell data handlers.
271//
272[[gsl::suppress(c.128), gsl::suppress(f.6)]]
273STDMETHODIMP CPathCopyCopyDataHandler::SetData(
274 FORMATETC* /*pformatetc*/,
275 STGMEDIUM* /*pmedium*/,
276 BOOL /*fRelease*/)
277{
278 return E_NOTIMPL;
279}
280
281//
282// IDataObject::EnumFormatEtc

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected