STYLEBUF


typedef struct tagSTYLEBUF {
    DWORD  dwStyle;
    TCHAR  szDescription[32]
} STYLEBUF;

Defines the style of a registered word.

dwStyle

Style of a registered word. It can be IME_REGWORD_STYLE_EUDC, which indicates the string is in EUDC range. An ISV can use the constants from IME_REGWORD_STYLE_USER_FIRST to IME_REGWORD_STYLE_USER_LAST for private styles of the IME.

szDescription

Description string of this style.