Specifies that an input language applies to a process, not just to the current thread. This field is constant.
[Visual Basic] Public Const SET_FOR_PROCESS As Integer [C#] public const int SET_FOR_PROCESS; [C++] public: const int SET_FOR_PROCESS; [JScript] public var SET_FOR_PROCESS : int;
This flag is passed to SetCurrentInputLanguage and SelectNext to specify that the input language is for the process, not just for the current thread. This only works in Windows 2000.
InputLanguage Class | InputLanguage Members | System.WinForms Namespace | SelectNext | SetCurrentInputLanguage