Rémi Bernon (@rbernon) commented about dlls/windows.networking.hostname/hostname.c:
hostname_IsEqual,
};
+DEFINE_IINSPECTABLE( hostnamefactory, IHostNameFactory, struct hostname, IActivationFactory_iface )
Fwiw I often find that converting camel case to snake case more directly gives more readable and consistent results. For instance that would be `host_name` and `host_name_factory` (eventually cutting off some components if the names gets too long). Not a big deal though but feel free to make an update if you like.