Zhiyi Zhang (@zhiyi) commented about dlls/wintypes/propertyset.c:
+static HRESULT STDMETHODCALLTYPE +propertyset_get_size( IMap_HSTRING_IInspectable *iface, UINT32 *size ) +{
- FIXME( "(%p, %p) stub!\n", iface, size );
- return E_NOTIMPL;
+}
+static HRESULT STDMETHODCALLTYPE propertyset_HasKey( IMap_HSTRING_IInspectable *iface,
HSTRING key, boolean *exists )
+{
- FIXME( "(%p, %s, %p) stub!\n", iface, debugstr_hstring( key ), exists );
- return E_NOTIMPL;
+}
+static HRESULT STDMETHODCALLTYPE propertyset_GetView(
- IMap_HSTRING_IInspectable *iface, IMapView_HSTRING_IInspectable **view )
Same here.