Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
This structure contains the identifier and name of a style.
Syntax
typedef struct _tagSTYLEBUF {
DWORD dwStyle;
CHAR szDescription[32];
} STYLEBUF;
Members
- dwStyle
Style of the register string. Can be IME_REGWORD_STYLE_EUDC to indicate a string in the EUDC range.
- szDescription
Null-terminated string that contains the description of the style.
Requirements
| Header | imm.h |
| Windows Embedded CE | Windows CE .NET 4.0 and later |