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

Method GetPropertyStore

UnitTest/UnitTest.cpp:270–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected