Contains the identifier and name of the style.
Syntax
typedef struct{ DWORD dwStyle; CHAR szDescription[STYLE_DESCRIPTION_SIZE]; } STYLEBUFA;
Members
- dwStyle
- Unsigned long integer value that contains the style of the register string. This can be IME_REGWORD_STYLE_EUDC to indicate a string in the EUDC range.
- szDescription
- Array of characters that contains the description of the style.
Remarks
This structure maps to the STLYEBUF structure documented in the Microsoft® Platform Software Development Kit (SDK).
Structure Information
Windows NT Use version 4.0. Implemented as an ANSI structure. Windows Use Windows 95 and later. Implemented as an ANSI structure. Header Dimm.h Minimum availability Internet Explorer 5