Jump to content

KEYBOARDINFO

From EDM2
Revision as of 05:55, 26 March 2006 by Daniel.lee.kruse (talk | contribs) (alignment correction)

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.

Comment