| 268 | } |
| 269 | |
| 270 | HRESULT STDMETHODCALLTYPE GetPropertyStore( |
| 271 | /* [in] */ GETPROPERTYSTOREFLAGS flags, |
| 272 | /* [in] */ __RPC__in REFIID riid, |
| 273 | /* [iid_is][out] */ __RPC__deref_out_opt void** ppv) override |
| 274 | { |
| 275 | return E_NOTIMPL; |
| 276 | } |
| 277 | |
| 278 | HRESULT STDMETHODCALLTYPE GetPropertyDescriptionList( |
| 279 | /* [in] */ __RPC__in REFPROPERTYKEY keyType, |
nothing calls this directly
no outgoing calls
no test coverage detected