This structure contains the identifier and name of a style.
At a Glance
Header file: | Imm.h |
Windows CE versions: | 2.10 and later |
Syntax
typedef struct _tagSTYLEBUF {
DWORD dwStyle;
CHAR szDescription[32];
} STYLEBUF;
Members
dwStyle
Specifies the style of the register string. Can be IME_REGWORD_STYLE_EUDC to indicate a string in the EUDC range.
szDescription
Null-terminated string that contains the description of the style.