STYLEBUFA structure (immdev.h)

Contains the identifier and name of a style.

Syntax

typedef struct tagSTYLEBUFA {
  DWORD dwStyle;
  CHAR  szDescription[STYLE_DESCRIPTION_SIZE];
} STYLEBUFA, *PSTYLEBUFA, *NPSTYLEBUFA, *LPSTYLEBUFA;

Members

dwStyle

Style of the register string. Can be IME_REGWORD_STYLE_EUDC to indicate a string in the EUDC range.

szDescription[STYLE_DESCRIPTION_SIZE]

Description of the style.

Remarks

Note

The immdev.h header defines STYLEBUF as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header immdev.h (include Immdev.h, Windows.h)

See also

Input Method Manager

Input Method Manager Structures