KEYBOARDINFO: Difference between revisions
Appearance
m alignment correction |
No edit summary |
||
Line 30: | Line 30: | ||
=== Comment === | === Comment === | ||
[[OS2_API | Back to OS/2 API]] | |||
[[Category:The OS/2 API Project]] |
Revision as of 21:36, 31 October 2011
KEYBOARDINFO
The query keyboard structure.
Type
ULONG len; USHORT kbid; USHORT version; BYTE language[2]; BYTE country[2]; USHORT flags; USHORT resv; UniChar description[32];
C declaration method
typedef struct
Fields
len Structure's length. kbid Keyboard architecture identifier. version Version number. language Normal language. country Normal country. flags Flags. resv Reserved. description Description of keyboard.