On Sun Jan 21 11:55:06 2024 +0000, Rémi Bernon wrote:
static HRESULT WINAPI inputpane_interop_GetForWindow( IInputPaneInterop *iface, HWND window, REFIID riid, void **inputpane ) { struct inputpane_statics *impl = impl_from_IInputPaneInterop( iface ); TRACE( "window %p, riid %s, inputpane %p\n", window, debugstr_guid( riid ), inputpane ); factory_ActivateInstance( &impl->IActivationFactory_iface, (IInspectable **)inputpane ); return S_OK;
fixed