| 206 | } |
| 207 | |
| 208 | HRESULT STDMETHODCALLTYPE GetParent( |
| 209 | /* [out] */ __RPC__deref_out_opt IShellItem** ppsi) override |
| 210 | { |
| 211 | return E_NOTIMPL; |
| 212 | } |
| 213 | |
| 214 | HRESULT STDMETHODCALLTYPE GetDisplayName( |
| 215 | /* [in] */ SIGDN sigdnName, |
nothing calls this directly
no outgoing calls
no test coverage detected