Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This structure contains reading information or a word to register. You can pass this structure to the ImmConfigureIMEfunction to have the information or word appear as an initial value in the configuration dialog box of the input method editor.

Syntax

typedef struct tagREGISTERWORD {
  LPTSTR 
lpReading; 
  LPTSTR 
lpWord;
} 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

Header imm.h
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

ImmConfigureIME