Fixed incorrect CorrespondingAction on User32.SPI.SPI_SETTHREADLOCALINPUTSETTINGS (#298)

pull/299/head
dahall 2022-05-05 07:38:24 -06:00
parent b16900bfc1
commit 02b111d63f
1 changed files with 1 additions and 1 deletions

View File

@ -2255,7 +2255,7 @@ namespace Vanara.PInvoke
/// <c>Starting with Windows 8:</c> Determines whether the active input settings have Local (per-thread, TRUE) or Global /// <c>Starting with Windows 8:</c> 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. /// (session, FALSE) scope. The pvParam parameter must point to a BOOL variable, casted by PVOID.
/// </summary> /// </summary>
[SPCorrespondingType(typeof(bool), CorrespondingAction.Get)] [SPCorrespondingType(typeof(bool), CorrespondingAction.Set, Direct)]
SPI_SETTHREADLOCALINPUTSETTINGS = 0x104F, SPI_SETTHREADLOCALINPUTSETTINGS = 0x104F,
/// <summary> /// <summary>