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

Method EnumItems

UnitTest/UnitTest.cpp:309–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307 }
308
309 HRESULT STDMETHODCALLTYPE EnumItems(
310 /* [out] */ __RPC__deref_out_opt IEnumShellItems** ppenumShellItems) override
311 {
312 return E_NOTIMPL;
313 }
314
315 #pragma region IUnknown
316 HRESULT QueryInterface(REFIID, void**) override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected