Re: [PATCH v3 0/1] MR4251: windows.ui: Add stubs for InputPane class
21 Jan
2024
21 Jan
'24
11:55 a.m.
Rémi Bernon (@rbernon) commented about dlls/windows.ui/inputpane.c:
+ inputpane_add_Showing, + inputpane_remove_Showing, + inputpane_add_Hiding, + inputpane_remove_Hiding, + inputpane_OccludedRect, +}; + +DEFINE_IINSPECTABLE( inputpane2, IInputPane2, struct inputpane, IInputPane_iface ); + +static HRESULT WINAPI inputpane2_TryShow(IInputPane2 *iface, boolean *result) +{ + FIXME( "iface %p, result %p stub!\n", iface, result ); + return E_NOTIMPL; +} + +static HRESULT WINAPI inputpane2_TryHide(IInputPane2 *iface, boolean *result)
static HRESULT WINAPI inputpane2_TryHide( IInputPane2 *iface, boolean *result )
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4251#note_58323
776
Age (days ago)
776
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rémi Bernon