Zhiyi Zhang (@zhiyi) commented about dlls/wintypes/propertyset.c:
- return E_NOTIMPL;
+}
+static HRESULT STDMETHODCALLTYPE +propertyset_get_size( IMap_HSTRING_IInspectable *iface, UINT32 *size ) +{
- FIXME( "(%p, %p) stub!\n", iface, size );
- *size = 0;
- 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 );
- *exists = 0;
Let's use FALSE instead.