Share via


REGISTERWORD (Windows CE 5.0)

Send Feedback

This 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.

typedefstructtagREGISTERWORD{LPTSTRlpReading;LPTSTRlpWord;}REGISTERWORD;

Members

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

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.

See Also

ImmConfigureIME

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.