 |
GetKeyboardLayout ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
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. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
HKL GetKeyboardLayout(
DWORD idThread // thread identifier
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetKeyboardLayout IN user32;
INTEGER idThread
|
 |
 |
 |
| Parameters: |
 |
idThread
[in] Identifies the thread to query or is zero for the current thread. |
 |
 |
| Return value: |
 |
| The return value is the input locale identifier for the thread. The low word contains a language identifier for the input language and the high word contains a device handle for the physical layout of the keyboard. |
 |
 |
| Word Index links for the GetKeyboardLayout : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-02-08 21:45:07 | | Modified: | 2002-02-08 21:46:34 | Visited in last 7 days: 21 |