REGISTERWORD

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; 
 

Members

lpReading
Pointer to the reading information for the word to register. If the reading information is not needed, it can be NULL.
lpWord
Pointer to the word to register. If a word is not needed, it can be NULL.

QuickInfo

  Windows NT: Requires version 3.51 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in imm.h.
  Unicode: Defined as Unicode and ANSI structures.

See Also

Input Method Editor Overview, Input Method Editor Structures, ImmConfigureIME