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

Method GetDataHere

PathCopyCopy/src/PathCopyCopyDataHandler.cpp:217–223  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

215// This method is unused for shell data handlers.
216//
217[[gsl::suppress(c.128), gsl::suppress(f.6)]]
218STDMETHODIMP CPathCopyCopyDataHandler::GetDataHere(
219 FORMATETC* /*pformatetc*/,
220 STGMEDIUM* /*pmedium*/)
221{
222 return E_NOTIMPL;
223}
224
225//
226// IDataObject::QueryGetData

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected