Rémi Bernon (@rbernon) commented about dlls/windows.networking.hostname/hostname.c:
struct hostname { IActivationFactory IActivationFactory_iface;
- IHostName IHostName_iface; LONG ref;
};
If you add a test you will see that the `IActivationFactory` object doesn't implement `IHostName`, so it would be a separate struct. I think it should be added at the same time you implement `CreateHostName` as it is what will create instances of it.