MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / SetData

Method SetData

src/DragDropSupport.cpp:310–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310STDMETHODIMP CDataObject::SetData(LPFORMATETC /*pformatetc*/, STGMEDIUM * /*pmedium*/, BOOL /*fRelease*/) {
311 return ResultFromScode(E_NOTIMPL);
312}
313
314STDMETHODIMP CDataObject::EnumFormatEtc(DWORD dwDirection, LPENUMFORMATETC * ppenumFormatEtc) {
315 SCODE sc = S_OK;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected