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

Method UnlockRegion

src/DragDropSupport.cpp:583–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583STDMETHODIMP CStreamData::UnlockRegion(ULARGE_INTEGER, ULARGE_INTEGER, DWORD) {
584 return E_NOTIMPL;
585}
586
587STDMETHODIMP CStreamData::Clone(IStream **) {
588 return E_NOTIMPL;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected