| 258 | std::span<MockShellItem, N> m_items; |
| 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, |
nothing calls this directly
no outgoing calls
no test coverage detected