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

Method QueryInterface

UnitTest/UnitTest.cpp:245–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243
244 #pragma region IUnknown
245 HRESULT QueryInterface(REFIID, void**) override
246 {
247 return E_NOTIMPL;
248 }
249
250 ULONG AddRef() override { return {}; }
251 ULONG Release() override { return {}; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected