| 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, |
nothing calls this directly
no outgoing calls
no test coverage detected