Nikolay Sivov (@nsivov) commented about dlls/propsys/propsys_main.c:
static IClassFactory InMemoryPropertyStoreFactory = { &InMemoryPropertyStoreFactoryVtbl };
+struct property_system +{
- IPropertySystem IPropertySystem_iface;
- LONG ref;
+};
+static const IPropertySystemVtbl propsysvtbl;
+static HRESULT WINAPI propsys_factory_CreateInstance(IClassFactory *iface, IUnknown *outer, REFIID iid, void **out) +{
- struct property_system *propsys_impl;
Again, why _impl.