 |
GetKeyboardLayoutName ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The GetKeyboardLayoutName function retrieves the name of the active input locale identifier (formerly called the keyboard layout). |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL GetKeyboardLayoutName(
LPTSTR pwszKLID // input locale identifier name
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetKeyboardLayoutName IN user32;
STRING @pwszKLID
|
 |
 |
 |
| Parameters: |
 |
pwszKLID
[out] Pointer to the buffer (of at least KL_NAMELENGTH characters in length) that receives the name of the input locale identifier |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero. |
 |
 |
| Word Index links for the GetKeyboardLayoutName : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-02-08 21:47:07 | | Modified: | 2002-02-08 21:48:33 | Visited in last 7 days: 35 |