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

Method Write

src/DragDropSupport.cpp:559–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557}
558
559STDMETHODIMP CStreamData::Write(void const * /*pv*/, ULONG /*cb*/, ULONG * /*pcbWritten*/) {
560 return E_NOTIMPL;
561}
562
563STDMETHODIMP CStreamData::SetSize(ULARGE_INTEGER /*newsize*/) {
564 return E_NOTIMPL;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected