STYLEBUFA structure
Contains the identifier and name of the style.
Syntax
typedef struct { DWORD dwStyle; __wchar_t 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 STYLEBUF structure documented in the Windows Software Development Kit (SDK).
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
IDL |
|
See also
Show: