The GetKeyNameText function retrieves a string that represents the name of a key.
int GetKeyNameText(
LONG lParam, |
// second parameter of keyboard message |
LPTSTR lpString, |
// address of buffer for key name |
int nSize |
// maximum length of key-name string length |
); |
Bits |
Meaning |
16-23 |
Scan code. |
24 |
Extended-key flag. Distinguishes some keys on an enhanced keyboard. |
25 |
“Don’t care” bit. The application calling this function sets this bit to indicate that the function should not distinguish between left and right CTRL and SHIFT keys, for example. |
If the function succeeds, a null-terminated string is copied into the specified buffer, and the return value is the length of the string, in characters, not counting the terminating null character.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
The format of the key-name string depends on the current keyboard layout. The keyboard driver maintains a list of names in the form of character strings for keys with names longer than a single character. The key name is translated according to the layout of the currently installed keyboard. The name of a character key is the character itself. The names of dead keys are spelled out in full.
file: /Techref/os/win/api/win32/func/src/f33_11.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/4 13:35,
18.218.158.245:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/Techref/os/win/api/win32/func/src/f33_11.htm"> GetKeyNameText</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.