Bernhard K��lbl (@besentv) commented about dlls/windows.devices.enumeration/main.c:
IActivationFactory *iface, HSTRING *class_name)
{ FIXME("iface %p, class_name %p stub!\n", iface, class_name); return E_NOTIMPL; }
-static HRESULT WINAPI windows_devices_enumeration_GetTrustLevel( +static HRESULT WINAPI factory_GetTrustLevel( IActivationFactory *iface, TrustLevel *trust_level) { FIXME("iface %p, trust_level %p stub!\n", iface, trust_level); return E_NOTIMPL; }
-static HRESULT WINAPI windows_devices_enumeration_ActivateInstance( +static HRESULT WINAPI factory_ActivateInstance(
Here the prefix "factory" is used, but the vtbl is named "activation_factory_..."