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

Method Compare

UnitTest/UnitTest.cpp:236–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 }
235
236 HRESULT STDMETHODCALLTYPE Compare(
237 /* [in] */ __RPC__in_opt IShellItem* psi,
238 /* [in] */ SICHINTF hint,
239 /* [out] */ __RPC__out int* piOrder) override
240 {
241 return E_NOTIMPL;
242 }
243
244 #pragma region IUnknown
245 HRESULT QueryInterface(REFIID, void**) override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected