MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / GetPropertyDescriptionList

Method GetPropertyDescriptionList

UnitTest/UnitTest.cpp:278–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected