From 02b111d63feca3873e6c60059dd8b435e65446ec Mon Sep 17 00:00:00 2001 From: dahall Date: Thu, 5 May 2022 07:38:24 -0600 Subject: [PATCH] Fixed incorrect CorrespondingAction on User32.SPI.SPI_SETTHREADLOCALINPUTSETTINGS (#298) --- PInvoke/User32/WinUser.System.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PInvoke/User32/WinUser.System.cs b/PInvoke/User32/WinUser.System.cs index 668cf303..5fb59567 100644 --- a/PInvoke/User32/WinUser.System.cs +++ b/PInvoke/User32/WinUser.System.cs @@ -2255,7 +2255,7 @@ namespace Vanara.PInvoke /// Starting with Windows 8: Determines whether the active input settings have Local (per-thread, TRUE) or Global /// (session, FALSE) scope. The pvParam parameter must point to a BOOL variable, casted by PVOID. /// - [SPCorrespondingType(typeof(bool), CorrespondingAction.Get)] + [SPCorrespondingType(typeof(bool), CorrespondingAction.Set, Direct)] SPI_SETTHREADLOCALINPUTSETTINGS = 0x104F, ///