| 307 | } |
| 308 | |
| 309 | HRESULT STDMETHODCALLTYPE EnumItems( |
| 310 | /* [out] */ __RPC__deref_out_opt IEnumShellItems** ppenumShellItems) override |
| 311 | { |
| 312 | return E_NOTIMPL; |
| 313 | } |
| 314 | |
| 315 | #pragma region IUnknown |
| 316 | HRESULT QueryInterface(REFIID, void**) override |
nothing calls this directly
no outgoing calls
no test coverage detected