|
Library :
user32.dll
Category :
Keyboard
|
|
API
Description : |
The GetKeyboardLayout function retrieves the active input locale identifier (formerly called the keyboard layout) for the specified thread. If the idThread parameter is zero, the input locale identifier for the active thread is returned. |
|
VB Declaration :
Show
Multiline Public
Private |
|
|
Parameters : |
|
|
|
Return : |
|
|
|
OS
Requirement : |
Requires Windows NT 4.0 or later Requires Windows 95 or later |
|
Dotnet Replacement : |
System.Windows.Forms.InputLanguage.CurrentInputLanguage
|