Contains the identifier and name of the style.
Syntax
typedef struct{ DWORD dwStyle; WCHAR szDescription[STYLE_DESCRIPTION_SIZE]; } STYLEBUFW;
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 a Unicode structure. Windows Use Windows 95 and later. Implemented as a Unicode structure. Header Dimm.h Minimum availability Internet Explorer 5