STYLEBUF (Windows CE 5.0)

Send Feedback

This structure contains the identifier and name of a style.

typedefstruct_tagSTYLEBUF{DWORDdwStyle;CHARszDescription[32];}STYLEBUF;

Members

  • dwStyle
    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.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.