Platform SDK: International Features |
The REGISTERWORD structure contains reading information or a word to register. You can pass this structure to the ImmConfigureIME function to have the information or word appear as an initial value in the configuration dialog box of the input method editor.
typedef struct tagREGISTERWORD { LPTSTR lpReading; LPTSTR lpWord; } REGISTERWORD, *PREGISTERWORD;
Windows NT/2000: Requires Windows NT 3.51 or later.
Windows 95/98: Requires Windows 95 or later.
Header: Declared in Imm.h.
Unicode: Declared as Unicode and ANSI structures.
Input Method Editor Overview, Input Method Editor Structures, ImmConfigureIME