Nikolay Sivov (@nsivov) commented about include/radialcontrollerconfigurationinterop.idl:
+ * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +import "inspectable.idl"; + +[ + uuid(787cdaac-3186-476d-87e4-b9374a7b9970) +] +interface IRadialControllerConfigurationInterop : IInspectable +{ + HRESULT GetForWindow([in] HWND window, [in] REFIID riid, [out, retval, iid_is(riid)] void **radialcontrollerconfiguration); +} This interface is in radialcontrollerinterop.idl in SDK. Also check argument attributes.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8394#note_126243