MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / QueryInterface

Method QueryInterface

UnitTest/UnitTest.cpp:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314
315 #pragma region IUnknown
316 HRESULT QueryInterface(REFIID, void**) override
317 {
318 return E_NOTIMPL;
319 }
320
321 ULONG AddRef() override { return {}; }
322 ULONG Release() override { return {}; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected