| 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 |