REGISTERWORDW Structure     STYLEBUFW Structure     Active Input Method Manag...    
Web Workshop (Miscellaneous)

STYLEBUFA Structure


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). Non-MSDN link

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


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.