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;