| 194 | Path::Type m_type; |
| 195 | public: |
| 196 | MockShellItem(std::wstring_view name, Path::Type type) : m_name{ name }, m_type{ type } |
| 197 | { |
| 198 | } |
| 199 | HRESULT STDMETHODCALLTYPE BindToHandler( |
| 200 | /* [unique][in] */ __RPC__in_opt IBindCtx* pbc, |
| 201 | /* [in] */ __RPC__in REFGUID bhid, |
nothing calls this directly
no outgoing calls
no test coverage detected