NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

InputLanguage.SET_FOR_PROCESS

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;

Remarks

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.

See Also

InputLanguage Class | InputLanguage Members | System.WinForms Namespace | SelectNext | SetCurrentInputLanguage