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

Method BindToHandler

UnitTest/UnitTest.cpp:199–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 {
198 }
199 HRESULT STDMETHODCALLTYPE BindToHandler(
200 /* [unique][in] */ __RPC__in_opt IBindCtx* pbc,
201 /* [in] */ __RPC__in REFGUID bhid,
202 /* [in] */ __RPC__in REFIID riid,
203 /* [iid_is][out] */ __RPC__deref_out_opt void** ppv)override
204 {
205 return E_NOTIMPL;
206 }
207
208 HRESULT STDMETHODCALLTYPE GetParent(
209 /* [out] */ __RPC__deref_out_opt IShellItem** ppsi) override

Callers 1

ShowAtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected