Platform SDK: International Features

STYLEBUF

The STYLEBUF structure contains the identifier and name of a style.

typedef struct _tagSTYLEBUF {
  DWORD  dwStyle;           
  TCHAR  szDescription[STYLE_DESCRIPTION_SIZE];  
} STYLEBUF, *PSTYLEBUF;

Members

dwStyle
Style of the register string. Can be IME_REGWORD_STYLE_EUDC to indicate a string in the EUDC range.
szDescription
Description of the style.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Imm.h.
  Unicode: Declared as Unicode and ANSI structures.

See Also

Input Method Editor Overview, Input Method Editor Structures