STYLEBUF

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

typedef struct _tagSTYLEBUF {
    DWORD  dwStyle;           
    CHAR  szDescription[32];  
} STYLEBUF;
 

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.

QuickInfo

  Windows NT: Requires version 4.0 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in imm.h.
  Unicode: Defined as Unicode and ANSI structures.

See Also

Input Method Editor Overview, Input Method Editor Structures