Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 STYLEBUF structure documented in the Windows Software Development Kit (SDK).
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Dimm.h |
IDL |
Dimm.idl |