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:
+ /* IInspectable methods */ + inputpane_GetIids, + inputpane_GetRuntimeClassName, + inputpane_GetTrustLevel, + + /* IInputPane methods */ + 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)
static HRESULT WINAPI inputpane2_TryShow( IInputPane2 *iface, boolean *result )
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4251#note_58322
776
Age (days ago)
776
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rémi Bernon