| 276 | } |
| 277 | |
| 278 | HRESULT STDMETHODCALLTYPE GetPropertyDescriptionList( |
| 279 | /* [in] */ __RPC__in REFPROPERTYKEY keyType, |
| 280 | /* [in] */ __RPC__in REFIID riid, |
| 281 | /* [iid_is][out] */ __RPC__deref_out_opt void** ppv) override |
| 282 | { |
| 283 | return E_NOTIMPL; |
| 284 | } |
| 285 | |
| 286 | HRESULT STDMETHODCALLTYPE GetAttributes( |
| 287 | /* [in] */ SIATTRIBFLAGS AttribFlags, |
nothing calls this directly
no outgoing calls
no test coverage detected