MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / ~CStreamData

Method ~CStreamData

src/DragDropSupport.cpp:489–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487}
488
489CStreamData::~CStreamData() {
490 if (!m_closedStream) {
491 Close();
492 }
493}
494
495STDMETHODIMP CStreamData::QueryInterface(REFIID iid, void ** ppv) {
496 if(iid == IID_IUnknown || iid == IID_IStream || iid == IID_ISequentialStream) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected