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

Method BindToHandler

UnitTest/UnitTest.cpp:261–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 public:
260 MockShellItemArray(std::span<MockShellItem, N> items) : m_items{ items } {}
261 HRESULT STDMETHODCALLTYPE BindToHandler(
262 /* [unique][in] */ __RPC__in_opt IBindCtx* pbc,
263 /* [in] */ __RPC__in REFGUID bhid,
264 /* [in] */ __RPC__in REFIID riid,
265 /* [iid_is][out] */ __RPC__deref_out_opt void** ppvOut) override
266 {
267 return E_NOTIMPL;
268 }
269
270 HRESULT STDMETHODCALLTYPE GetPropertyStore(
271 /* [in] */ GETPROPERTYSTOREFLAGS flags,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected